Changeset 998 for cpp/frams/param/multiparamload.cpp
- Timestamp:
- 07/11/20 13:47:06 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/param/multiparamload.cpp
r973 r998 93 93 { 94 94 SString buf; 95 if (status == OnError) return status;95 if (status == OnError) return getStatusClearError(); 96 96 int unexpected_line = 0; 97 97 while (!finished()) … … 202 202 } 203 203 } 204 return status;204 return getStatusClearError(); 205 205 } 206 206
Note: See TracChangeset
for help on using the changeset viewer.