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/libfits/header/F_modify.c

    r7054 r10073  
    117117 
    118118  c += 2;
    119   /* advance pointer over whitespace */
     119  /* advance pointer over WHITESPACE */
    120120  while ((*c == ' ') && (c < line + 80)) { c++; }
    121121 
     
    137137  c1 += 2;
    138138
    139   /* advance pointer over whitespace */
     139  /* advance pointer over WHITESPACE */
    140140  while ((*c1 == ' ') && (c1 < line + 80)) { c1++; }
    141141 
Note: See TracChangeset for help on using the changeset viewer.