Changeset 732 for cpp/frams/param
- Timestamp:
- 02/15/18 00:42:07 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/param/param.cpp
r720 r732 853 853 else 854 854 { 855 if ((t[0] == 'o') && (t[1] == ' ')) 856 { 857 err = "space after 'o'"; 858 } 855 859 if (!(pe->flags & (PARAM_READONLY | PARAM_DONTSAVE | PARAM_USERREADONLY | PARAM_CONST | PARAM_DONTLOAD | PARAM_LINECOMMENT | PARAM_OBJECTSET))) 856 860 { //write access … … 1287 1291 if (i >= 0) i++; 1288 1292 #ifdef __CODEGUARD__ 1289 if (next_field <end-1) t=next_field+1; else return fields_loaded;1293 if (next_field < end - 1) t = next_field + 1; else return fields_loaded; 1290 1294 #else 1291 1295 t = next_field + 1;
Note: See TracChangeset
for help on using the changeset viewer.