pspp-cvs
[Top][All Lists]
Advanced

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

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


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/data-in.c
Date: Mon, 02 May 2005 02:21:27 -0400

Index: pspp/src/data-in.c
diff -u pspp/src/data-in.c:1.16 pspp/src/data-in.c:1.17
--- pspp/src/data-in.c:1.16     Fri Apr 29 01:02:13 2005
+++ pspp/src/data-in.c  Mon May  2 06:21:20 2005
@@ -760,7 +760,7 @@
     if ((ep->can_abbreviate
          && lex_id_match_len (ep->name, strlen (ep->name), name, length))
         || (!ep->can_abbreviate && length == strlen (ep->name)
-            && !memcmp (name, ep->name, length)))
+            && !mm_case_compare (name, ep->name, length)))
       {
         *output = ep->value;
         return true;




reply via email to

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