Corrected a missing argument from the call to DBFlagMismatches()
that causes the recovery option (magic -r) to fail with a segfault (which is definitely not helpful for recovering lost work).
This commit is contained in:
parent
fc4638634a
commit
61859d152d
|
|
@ -874,7 +874,7 @@ DBReadBackup(name)
|
|||
return FALSE;
|
||||
}
|
||||
/* Update timestamp flags from dbCellReadDef() */
|
||||
DBFlagMismatches();
|
||||
DBFlagMismatches(cellDef);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue