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/libohana/src/config.c

    r2647 r10073  
    11# include <ohana.h>
    2 # ifndef whitespace
    3 # define whitespace(c) (((c) == ' ') || ((c) == '\t'))
    4 # endif
    52
    63# define D_NBYTES 4096
     
    278275    }
    279276    p2 = tmp + strlen (tfield);
    280     if (whitespace (*p2)) {
     277    if (OHANA_WHITESPACE (*p2)) {
    281278      p = p2;
    282279      i++;
Note: See TracChangeset for help on using the changeset viewer.