Small change in experimental FDB code

This commit is contained in:
Michiel Broek
2004-05-16 18:49:11 +00:00
parent 241ded1da0
commit b5ce762526
2 changed files with 5 additions and 1 deletions

View File

@@ -131,7 +131,7 @@ int mbsedb_CloseFDB(struct _fdbarea *fdb_area)
/*
* Unlock first
*/
mbsedb_UnlockFDB(fdb_area);
// mbsedb_UnlockFDB(fdb_area);
}
fclose(fdb_area->fp);