Changeset 18651 for trunk/FACT++/scripts


Ignore:
Timestamp:
09/26/16 10:24:06 (8 years ago)
Author:
tbretz
Message:
That was the wrong order. First use sub then increment.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/scripts/Main.js

    r18649 r18651  
    10291029        Shutdown("sleep"); //GoToSleep();
    10301030
    1031         sub++;
    10321031        dim.log("Task finished ["+obs[sub].task+"].");
    10331032        console.out("");
     1033        sub++;
    10341034        continue;
    10351035
Note: See TracChangeset for help on using the changeset viewer.