diff --git a/src/system/io.c b/src/system/io.c index ed59acf..dfd6ab4 100644 --- a/src/system/io.c +++ b/src/system/io.c @@ -44,7 +44,7 @@ char *getFileLocation(char *filename) char *readFile(char *filename) { - char *buffer; + char *buffer = NULL; long length; FILE *file;