Ignore:
Timestamp:
2010-01-04T17:44:21+13:00 (14 years ago)
Author:
davidb
Message:

Introduction of jdbm DB class that is comparable with gdbm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/common-src/src/lib/gdbmclass.cpp

    r21396 r21405  
    8989    }
    9090
    91     // DEPRECATED -- No longer necessary now that the GDBM library reads both little-endian and big-endian files
     91    // The following fall-back is less likely to be needed now that GDBM
     92    // library reads both little-endian and big-endian files
    9293    if (!file_exists(gdbm_filename))
    9394    {
Note: See TracChangeset for help on using the changeset viewer.