/[pspp]/pspp/src/format.c
ViewVC logotype

Diff of /pspp/src/format.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by blp, Wed May 11 03:03:43 2005 UTC revision 1.13 by blp, Mon May 16 07:33:17 2005 UTC
# Line 59  parse_format_specifier_name (const char Line 59  parse_format_specifier_name (const char
59        /* Find format. */        /* Find format. */
60        for (idx = 0; idx < FMT_NUMBER_OF_FORMATS; idx++)        for (idx = 0; idx < FMT_NUMBER_OF_FORMATS; idx++)
61          if (strlen (formats[idx].name) == ep - sp          if (strlen (formats[idx].name) == ep - sp
62              && !mm_case_compare (formats[idx].name, sp, ep - sp))              && !buf_compare_case (formats[idx].name, sp, ep - sp))
63            break;            break;
64    
65        /* Check format. */        /* Check format. */

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26