New implementation of long variable names. Each variable has a
[pspp-builds.git] / src / autorecode.c
index a7f4febcb7033fcefb1edeb48d78ed96c0bec676..0b6857ddefbced95684e0e57e983c976956124d8 100644 (file)
@@ -151,7 +151,7 @@ cmd_autorecode (void)
          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]);