This commit is contained in:
brianb 2004-02-15 22:56:37 +00:00
parent d9f25cfba7
commit eba3a8aca7
2 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,8 @@ Sun Feb 15 07:37:19 EST 2004 Brian Bruns <brian@bruns.com>
move declarations to top of function, fixes bug 675022
fix -Wall messages
add data page dissector for jet4
* src/lib/data.c: merge patch for bug #688655, check negative values on datetime
* src/libmdb/data.c: merge patch for bug #688655, check negative values on datetime
* src/libmdb/money.c: increase MAXPRECISION to 20
Sat Feb 14 14:41:00 EST 2004 Brian Bruns <brian@bruns.com>
* include/.cvsignore: add mdbver.h

View File

@ -24,7 +24,7 @@
#include "dmalloc.h"
#endif
#define MAXPRECISION 9
#define MAXPRECISION 20
/*
** these routines are copied from the freetds project which does something
** very similiar