Fix and tidy up read_pg_in* functions

This commit is contained in:
whydoubt
2005-12-17 15:59:18 +00:00
parent 2b2e300513
commit bc71178167
4 changed files with 59 additions and 63 deletions

View File

@@ -1,5 +1,9 @@
Sat Dec 17 03:49:30 CST 2005 Jeff Smith <whydoubt@yahoo.com>
* src/util/mdb-sql.c: Add fflush after each newline (Pedro Gutierrez)
* src/libmdb/table.c: Bugfix to read_pg_if_n (Mike Prudence)
* src/libmdb/table.c:
* src/libmdb/index.c:
* include/mdbtools.h: Tidy up read_pg_in* functions
Wed Nov 9 07:23:01 CST 2005 Jeff Smith <whydoubt@yahoo.com>
* src/util/mdb-array.c: