• Jim Fulton's avatar
    Somehow, someone got a zero previous record pointer on a record for an · 11858d5b
    Jim Fulton authored
    object that has previous records.  This caused a panic on startup
    because the previous record pointer did not agree with the system's
    knowledge that there was, indeed, a previous record. This is a
    pretty benign situation, so, I've changed the check to log a warning
    of the previous record pointer is zero and there is a previous record.
    11858d5b
FileStorage.py 47 KB