fix for fixed text files

made it so memo fields get quoted in mdb-export.c
This commit is contained in:
brianb
2000-03-16 11:29:03 +00:00
parent 9551d017a8
commit e469aed2d7
2 changed files with 4 additions and 2 deletions

View File

@@ -112,7 +112,7 @@ int bitmask_sz;
mdb_col_to_string(mdb,
row_start + col_start,
col->col_type,
0)
col->col_size)
);
}
#if MDB_DEBUG