IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

added additional chars to whitespace checks

File:
1 edited

Legend:

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

    r7917 r10073  
    5151    if (*V1 != '=') goto error;
    5252
    53     /* find first non-whitespace character after = */
     53    /* find first non-WHITESPACE character after = */
    5454    V1 ++;
    5555    while (isspace (*V1)) V1++;
     
    9393      val = dvomath (1, &V1, &size, 0);
    9494      if (val == NULL) {
    95         while (whitespace (*V1)) V1++;
     95        while (OHANA_WHITESPACE (*V1)) V1++;
    9696        val = strcreate (V1);
    9797      }
Note: See TracChangeset for help on using the changeset viewer.