Ignore:
Timestamp:
Jan 30, 2012 1:32:58 PM (12 years ago)
Author:
maronga
Message:

Bugfix: cpp directives .NOT., .AND. replaced by !,&&. Minor bugfixes in mrungui

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/UTIL/mrungui/mainwindow.cpp

    r794 r809  
    22// Current revisions:
    33// -----------------
     4// Bugfix: waiting for 20 minutes does not suffice for local runs
    45//
    56// Former revisions:
     
    221222//        xtermoutput = xtermoutput+mrun.readAllStandardOutput();
    222223
    223 //  Wait until mrun has finished or wait for 20 minutes
    224     mrun.waitForFinished(1200000);
     224//  Wait until mrun has finished or wait for 2000 minutes
     225    mrun.waitForFinished(12000000000);
    225226
    226227
Note: See TracChangeset for help on using the changeset viewer.