Ignore:
Timestamp:
1999-07-01T15:49:54+12:00 (25 years ago)
Author:
rjmcnab
Message:

fixed a small warning.

File:
1 edited

Legend:

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

    r312 r323  
    1212/*
    1313   $Log$
     14   Revision 1.11  1999/07/01 03:49:54  rjmcnab
     15   fixed a small warning.
     16
    1417   Revision 1.10  1999/06/29 23:06:07  sjboddie
    1518   Fixed up default index for get_document
     
    202205  // collect together the metadata
    203206  bool donenextprevtest = false;
    204   bool hasnext, hasprevious;
     207  bool hasnext=false, hasprevious=false;
    205208  MetadataInfo_t this_metadata;
    206209  text_t *pos_metadata;
Note: See TracChangeset for help on using the changeset viewer.