Changeset 3245


Ignore:
Timestamp:
2002-07-08T18:00:17+12:00 (22 years ago)
Author:
jrm21
Message:

Exit but with no error status if there were no phrases/documents.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/phind/generate/suffix.cpp

    r2867 r3245  
    757757  if (numberOfDocuments == 0) {
    758758    cerr << "There are no documents in this collection!" << endl;
    759     exit(1);
     759    exit(0); // not necessarily an error...
    760760  }
    761761
Note: See TracChangeset for help on using the changeset viewer.