Changeset 11289 for fact/FADctrl/FADctrl.cc
- Timestamp:
- 07/08/11 06:35:18 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/FADctrl/FADctrl.cc
r11205 r11289 49 49 if (Command == NULL) continue; 50 50 51 // Process exit request for reasons of responsiveness here 52 if (strcmp(Command, "exit") == 0) break; 53 51 54 // Add command to history 52 55 if(strlen(Command) > 0 && LastHist != Command) {
Note:
See TracChangeset
for help on using the changeset viewer.