trunk: changeset 1306

Mon, 16 Feb 2004 00:55:23 +0100

author
tuomov
date
Mon, 16 Feb 2004 00:55:23 +0100
changeset 59
d8ecbeda7683
parent 58
789df543d0c3
child 60
a4033700e35c

trunk: changeset 1306
Fixed snprintf path.

output.c file | annotate | diff | comparison | revisions
--- a/output.c	Mon Feb 16 00:44:56 2004 +0100
+++ b/output.c	Mon Feb 16 00:55:23 2004 +0100
@@ -22,7 +22,7 @@
 #include <libtu/util.h>
 
 #if !defined(HAS_SYSTEM_ASPRINTF)
-#include "../snprintf_2.2/snprintf.h"
+#include "snprintf_2.2/snprintf.h"
 #endif
 
 

mercurial