pspp-cvs
[Top][All Lists]
Advanced

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

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


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

Index: pspp/src/autorecode.c
diff -u pspp/src/autorecode.c:1.17 pspp/src/autorecode.c:1.18
--- pspp/src/autorecode.c:1.17  Fri Apr 29 01:02:13 2005
+++ pspp/src/autorecode.c       Mon May  2 06:21:20 2005
@@ -151,7 +151,7 @@
          goto lossage;
        }
       for (j = 0; j < i; j++)
-       if (!strcmp (arc.dst_names[i], arc.dst_names[j]))
+       if (!strcasecmp (arc.dst_names[i], arc.dst_names[j]))
          {
            msg (SE, _("Duplicate variable name %s among target variables."),
                 arc.dst_names[i]);




reply via email to

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