Files
pkgsrc-ng/chat/icqlib/patches/patch-aa
2013-09-26 17:14:40 +02:00

14 lines
397 B
Plaintext

$NetBSD: patch-aa,v 1.1 2006/01/10 12:52:45 joerg Exp $
--- icqlib/queue.c.orig 2006-01-10 10:48:20.000000000 +0000
+++ icqlib/queue.c
@@ -127,7 +127,7 @@ void icq_UDPQueueFree(ICQLINK *link)
int icq_UDPQueueFindSeq(void *p, va_list data)
{
- WORD seq=va_arg(data, WORD);
+ WORD seq=va_arg(data, unsigned int);
return icq_PacketReadUDPOutSeq1(((icq_UDPQueueItem *)p)->pack) == seq;
}