Changeset 14557
- Timestamp:
- 11/05/12 12:00:48 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Readline.cc
r14069 r14557 100 100 // 101 101 Readline::Readline(const char *prgname) : 102 fMaxLines(500), fLine(0), fSection(- 3), fLabel(-1), fCompletion(0)102 fMaxLines(500), fLine(0), fSection(-4), fLabel(-1), fCompletion(0) 103 103 { 104 104 if (This) … … 1088 1088 Execute(opt, data); 1089 1089 fScript = save; 1090 if (save_sec!=- 3)1090 if (save_sec!=-4) 1091 1091 { 1092 1092 fSection = save_sec; … … 1355 1355 fScript = name; 1356 1356 1357 fSection = - 2;1358 SetSection(- 2);1357 fSection = -3; 1358 SetSection(-3); 1359 1359 fLabel = -1; 1360 1360 … … 1369 1369 if (!fin) 1370 1370 { 1371 fSection = - 3;1372 SetSection(- 3);1371 fSection = -4; 1372 SetSection(-4); 1373 1373 return -1; 1374 1374 } … … 1420 1420 1421 1421 fLabel = -1; 1422 fSection = - 3;1423 SetSection(- 3);1422 fSection = -4; 1423 SetSection(-4); 1424 1424 1425 1425 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.