Changeset 491


Ignore:
Timestamp:
1999-09-01T10:33:21+12:00 (25 years ago)
Author:
rjmcnab
Message:

small update.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/colservr/browsefilter.cpp

    r398 r491  
    1212/*
    1313   $Log$
     14   Revision 1.6  1999/08/31 22:33:21  rjmcnab
     15   small update.
     16
    1417   Revision 1.5  1999/07/16 03:42:23  sjboddie
    1518   changed isApprox
     
    116119  // open the database
    117120  gdbmptr->setlogout(&logout);
    118   if (!gdbmptr->opendatabase (gdbm_filename)) {
     121  if (!gdbmptr->opendatabase (gdbm_filename, GDBM_READER, 100, false)) {
    119122    // most likely a system problem (we have already checked that the
    120123    // gdbm database exists)
Note: See TracChangeset for help on using the changeset viewer.