HuntnGather

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 31  →  ?path2? @ 32
/trunk/HuntnGather/Gather/Gather.c
@@ -30,11 +30,6 @@
 
#include "StringStack.h"
 
// MemLib memory debugging.
#if defined MWDEBUG
#include "memwatch.h"
#endif
 
#define PROGRAM_VERSION "1.7.4"
 
#if defined ___AmigaOS___
@@ -747,9 +742,9 @@
FILE *fp;
#endif
dbArray *array;
char **real = NULL;
dbEntry *entry;
char *line = NULL;
char *real = NULL;
unsigned int count;
 
// Open database file for reading.