Changeset 1570 in Sophya
- Timestamp:
- Jul 6, 2001, 4:18:57 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/piacmd.cc
r1565 r1570 600 600 } 601 601 else { 602 c har * npr = ((*tresit)&1) ? "else-F> " : "else-T> ";602 const char * npr = ((*tresit)&1) ? "else-F> " : "else-T> "; 603 603 mImgApp->GetConsole()->SetPrompt(npr); 604 604 (*tresit) |= 2; … … 610 610 tresit--; 611 611 testresult.erase(dbit); 612 c har * npr = "Cmd> ";612 const char * npr = "Cmd> "; 613 613 if (testresult.size() > 1) { 614 614 if (!((*tresit)&2)) … … 722 722 if (testresult.size() == 1) tresit = testresult.begin(); 723 723 else tresit++; 724 c har * npr = (restst) ? "if-T> " : "if-F> ";724 const char * npr = (restst) ? "if-T> " : "if-F> "; 725 725 mImgApp->GetConsole()->SetPrompt(npr); 726 726 }
Note:
See TracChangeset
for help on using the changeset viewer.