Changeset 1359
- Timestamp:
- 04.08.2000 15:35:51 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/gsdl/src/recpt/z3950proto.cpp
r1355 r1359 79 79 if (yyin==NULL) { 80 80 cerr << "Could not open "<<filename.getcstr()<<" for reading.\n"; 81 return ();81 return; 82 82 } 83 83 zconfigparse();