pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/format.c


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/format.c
Date: Mon, 16 May 2005 03:33:40 -0400

Index: pspp/src/format.c
diff -u pspp/src/format.c:1.12 pspp/src/format.c:1.13
--- pspp/src/format.c:1.12      Wed May 11 03:03:43 2005
+++ pspp/src/format.c   Mon May 16 07:33:17 2005
@@ -59,7 +59,7 @@
       /* Find format. */
       for (idx = 0; idx < FMT_NUMBER_OF_FORMATS; idx++)
         if (strlen (formats[idx].name) == ep - sp
-            && !mm_case_compare (formats[idx].name, sp, ep - sp))
+            && !buf_compare_case (formats[idx].name, sp, ep - sp))
           break;
 
       /* Check format. */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]