Changeset 535 for cpp/frams/param/multiparamload.cpp
- Timestamp:
- 07/20/16 14:57:12 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/param/multiparamload.cpp
r523 r535 290 290 return 1; 291 291 } 292 293 SString MultiParamLoader::currentFilePathForErrorMessage() 294 { 295 const char* filename=getFile()->VgetPath(); 296 if (filename) 297 return SString::sprintf(" in '%s'",filename); 298 return SString::empty(); 299 }
Note: See TracChangeset
for help on using the changeset viewer.