HuntnGather

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 9  →  ?path2? @ 10
/trunk/HuntnGather/Hunt/Hunt.c
@@ -236,7 +236,7 @@
}
}
 
if(optind > argc) {
if(optind >= argc) {
fprintf(stdout, "SYNTAX: %s [-d DATABASE] PATTERN\n", argv[0]);
return 1;
}