HuntnGather

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 50  →  ?path2? @ 49
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/HuntnGather/C/Hunt
/trunk/HuntnGather/Hunt/Hunt.c
@@ -72,10 +72,6 @@
return;
}
 
#if defined ___NOCASE_FS___
StrUpr(needle);
#endif
 
while(PROGRAM_RUN && (line = ReadLine(fp)) != NULL) {
#if defined ___AmigaOS___
// Check if CTRL+C was pressed and abort the program.
@@ -138,7 +134,6 @@
*
* Search the database for a matching string.
*/
#if defined ___AmigaOS___
void SearchDatabasePattern(char *dbFile, UBYTE *pattern) {
#if defined ___AsyncIO___
struct AsyncFile *fp;
@@ -207,7 +202,6 @@
fclose(fp);
#endif
}
#endif
 
/*
*