Changeset 1815 for trunk/source/cont_ffun.cpp
- Timestamp:
- 02/28/08 12:11:52 (9 months ago)
- Files:
-
- 1 modified
-
trunk/source/cont_ffun.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/cont_ffun.cpp
r1771 r1815 366 366 DEBUG_ENTRY( "ReadTable()" ); 367 367 368 /* make sure the file handle points somewhere */ 369 if( NULL == ( io = fopen(fnam.c_str(),"r") ) ) 370 { 371 fprintf( ioQQQ, " I could not open file %s.\n", fnam.c_str() ); 372 cdEXIT(EXIT_FAILURE); 373 } 368 io = open_data( fnam.c_str(), "r", AS_LOCAL_ONLY ); 374 369 375 370 /* read in first line of header */
