ports/databases/redis-scripting/files/patch-deps:hiredis:hiredis.c
2011-12-14 19:11:08 +00:00

11 lines
367 B
C

--- deps/hiredis/hiredis.c.orig 2011-11-23 15:42:15.000000000 +0400
+++ deps/hiredis/hiredis.c 2011-11-23 15:42:45.000000000 +0400
@@ -697,7 +697,7 @@
}
/* Consume and discard vararg */
- va_arg(ap,void);
+ va_arg(ap,void*);
}
}
touched = 1;