mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
Initial changes for Access 2000 files
This commit is contained in:
@@ -26,7 +26,7 @@ unsigned char buf[2048];
|
||||
MdbHandle *mdb;
|
||||
MdbCatalogEntry entry;
|
||||
|
||||
|
||||
#if 0
|
||||
if (argc<2) {
|
||||
fprintf(stderr,"Usage: %s <file> <table>\n",argv[0]);
|
||||
exit(1);
|
||||
@@ -48,5 +48,6 @@ MdbCatalogEntry entry;
|
||||
|
||||
mdb_free_handle(mdb);
|
||||
mdb_exit();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user