Ignore:
Timestamp:
07/08/11 06:35:18 (13 years ago)
Author:
ogrimm
Message:
Fixed bug when changing active boards just before a run is started
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/FADctrl/FADctrl.cc

    r11205 r11289  
    4949    if (Command == NULL) continue;
    5050
     51        // Process exit request for reasons of responsiveness here
     52        if (strcmp(Command, "exit") == 0) break;
     53       
    5154        // Add command to history
    5255    if(strlen(Command) > 0 && LastHist != Command) {
Note: See TracChangeset for help on using the changeset viewer.