Changeset 372 for cpp/common/stl-util.cpp
- Timestamp:
- 04/22/15 04:14:59 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/common/stl-util.cpp
r319 r372 9 9 #include "Convert.h" 10 10 #include "nonstd.h" 11 #include " framsg.h"11 #include "hmessage.h" 12 12 #include <assert.h> 13 13 #ifdef USE_VIRTFILE … … 107 107 } 108 108 if (warn_on_missing_file && !ok) 109 FMprintf("stl-util", "readCompleteFile", FMLV_WARN, "Couldn't open file '%s'", filename);109 Hprintf("stl-util", "readCompleteFile", HMLV_WARN, "Couldn't open file '%s'", filename); 110 110 return ok; 111 111 } … … 137 137 } 138 138 if (warn_on_fail && !ok) 139 FMprintf("stl-util", "writeCompleteFile", FMLV_WARN, "couldn't write file '%s'", filename);139 Hprintf("stl-util", "writeCompleteFile", HMLV_WARN, "couldn't write file '%s'", filename); 140 140 return ok; 141 141 }
Note: See TracChangeset
for help on using the changeset viewer.