pspp-cvs
[Top][All Lists]
Advanced

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

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


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

Index: pspp/src/repeat.c
diff -u pspp/src/repeat.c:1.15 pspp/src/repeat.c:1.16
--- pspp/src/repeat.c:1.15      Fri Apr 29 01:02:15 2005
+++ pspp/src/repeat.c   Mon May  2 06:21:20 2005
@@ -146,7 +146,7 @@
       if (!lex_force_id ())
        return 0;
       for (iter = repeat_tab; iter; iter = iter->next)
-       if (!strcmp (iter->id, tokid))
+       if (!strcasecmp (iter->id, tokid))
          {
            msg (SE, _("Identifier %s is given twice."), tokid);
            return 0;




reply via email to

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