Changeset 15404


Ignore:
Timestamp:
2008-05-13T12:40:49+12:00 (16 years ago)
Author:
mdewsnip
Message:

Fixed compilation warning message by removing the "home == NULL" test, which doesn't make sense.

File:
1 edited

Legend:

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

    r12496 r15404  
    263263    text_t dirname;
    264264    char * cdirname;
    265     if (home == NULL || home.empty()) {
     265    if (home.empty()) {
    266266      cerr  << "Z3950Server Error: gsdlhome not set. \nPlease make sure"
    267267        << " you have a valid gsdlsite.cfg file in the directory \n"
Note: See TracChangeset for help on using the changeset viewer.