IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2936


Ignore:
Timestamp:
Jan 8, 2005, 2:43:36 PM (22 years ago)
Author:
eugene
Message:

reset interrupt at start of loop

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.basic/run_for.c

    r2598 r2936  
    7777  REALLOCATE (loop.line, char *, MAX (loop.Nlines, 1));
    7878
     79  interrupt = FALSE;
    7980  for (value = start; (sign*value < sign*end) && !interrupt; value += delta) {
    8081    loop_continue = loop_break = FALSE;
Note: See TracChangeset for help on using the changeset viewer.