HuntnGather

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 49  →  ?path2? @ 50
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/HuntnGather/C/Hunt
/trunk/HuntnGather/Hunt/Hunt.c
@@ -72,6 +72,10 @@
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.
@@ -134,6 +138,7 @@
*
* Search the database for a matching string.
*/
#if defined ___AmigaOS___
void SearchDatabasePattern(char *dbFile, UBYTE *pattern) {
#if defined ___AsyncIO___
struct AsyncFile *fp;
@@ -202,6 +207,7 @@
fclose(fp);
#endif
}
#endif
 
/*
*