pkgsrc/mail/libsnert/patches/patch-ac
2003-10-27 17:56:58 +00:00

14 lines
408 B
Text

$NetBSD: patch-ac,v 1.1.1.1 2003/10/27 17:57:01 manu Exp $
--- ../tools/flip.c.orig Wed Oct 22 18:18:32 2003
+++ ../tools/flip.c Wed Oct 22 18:18:44 2003
@@ -153,9 +153,9 @@
if (fmt == (const char *) 0)
fmt = "Terminated for unknown reason.";
ErrorPrintV(file, line, fmt, args);
- ErrorPrintV(file, line, "\r\n", (va_list) 0);
+ ErrorPrintV(file, line, "\r\n", (va_list) {0});
exit(1);
}
void