pspp-cvs
[Top][All Lists]
Advanced

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

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


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

Index: pspp/src/recode.c
diff -u pspp/src/recode.c:1.21 pspp/src/recode.c:1.22
--- pspp/src/recode.c:1.21      Fri Apr 29 01:02:15 2005
+++ pspp/src/recode.c   Mon May  2 06:21:20 2005
@@ -412,7 +412,7 @@
        rcd->dest = dict_create_var (default_dict, rcd->dest_name, 0);
        if (!rcd->dest)
          {
-           /* FIXME: This can occur if a destname is duplicated.
+           /* FIXME: This can fail if a destname is duplicated.
               We could give an error at parse time but I don't
               care enough. */
            rcd->dest = dict_lookup_var_assert (default_dict, rcd->dest_name);




reply via email to

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