diff utils.c @ 10:3a1977ecccc7

Add a configure script and fix various things
author Louis Opter <kalessin@kalessin.fr>
date Thu, 06 Jan 2011 00:59:06 +0100
parents 8339ab15527d
children
line wrap: on
line diff
--- a/utils.c	Sun Jan 02 01:50:27 2011 +0100
+++ b/utils.c	Thu Jan 06 00:59:06 2011 +0100
@@ -60,6 +60,7 @@
 
     *content = NULL;
     size = 0;
+    ret = -1;
 
     fd = open(path, O_RDONLY);
     if (fd != -1) {