[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r8375: avoid getting mail from ilja in 2008 about this. (tor/trunk/contrib)
Author: arma
Date: 2006-09-12 14:31:03 -0400 (Tue, 12 Sep 2006)
New Revision: 8375
Modified:
tor/trunk/contrib/id_to_fp.c
Log:
avoid getting mail from ilja in 2008 about this.
Modified: tor/trunk/contrib/id_to_fp.c
===================================================================
--- tor/trunk/contrib/id_to_fp.c 2006-09-12 18:11:19 UTC (rev 8374)
+++ tor/trunk/contrib/id_to_fp.c 2006-09-12 18:31:03 UTC (rev 8375)
@@ -14,7 +14,7 @@
#include <stdio.h>
#include <stdlib.h>
-#define die(s) do { fprintf(stderr, s "\n"); return 1; } while (0)
+#define die(s) do { fprintf(stderr, "%s\n", s); return 1; } while (0)
int
main(int argc, char **argv)