IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3337


Ignore:
Timestamp:
Feb 28, 2005, 10:53:56 AM (21 years ago)
Author:
eugene
Message:

fixed error in zero-length loop

File:
1 edited

Legend:

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

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