mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-18 18:22:07 +08:00
bug fix for #688181
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
Wed Jan 9 15:22:11 EST 2004 Brian Bruns <camber@ais.org>
|
Sat Jan 10 17:18:00 EST 2004 Brian Bruns <camber@ais.org>
|
||||||
|
|
||||||
|
* src/util/mdb-parse.c: fixed char comparison to -1 re: bug 688181
|
||||||
|
|
||||||
|
Fri Jan 9 15:22:11 EST 2004 Brian Bruns <camber@ais.org>
|
||||||
|
|
||||||
* include/mdbtools.h:
|
* include/mdbtools.h:
|
||||||
* src/libmdb/index.c:
|
* src/libmdb/index.c:
|
||||||
|
@@ -51,7 +51,7 @@ main (int argc, char **argv)
|
|||||||
int count;
|
int count;
|
||||||
char input [BUFFERSIZE];
|
char input [BUFFERSIZE];
|
||||||
int location;
|
int location;
|
||||||
char c;
|
int c;
|
||||||
int instring;
|
int instring;
|
||||||
int lastcomma;
|
int lastcomma;
|
||||||
int i;
|
int i;
|
||||||
|
Reference in New Issue
Block a user