IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 17, 2006, 5:04:25 PM (20 years ago)
Author:
eugene
Message:

added additional chars to whitespace checks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.shell/expand_vars.c

    r9844 r10073  
    3838    if (*L == 0) break;
    3939
    40     V1 = aftervar (L);           /* V1 points to the first non-whitespace after the variable */
     40    V1 = aftervar (L);           /* V1 points to the first non-WHITESPACE after the variable */
    4141    V0 = thisvar (L);            /* V0 points to the name of the var */
    4242    /* note: V1 points to a fraction of L, it does not need to be freed */
Note: See TracChangeset for help on using the changeset viewer.