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: Tue, 25 Oct 2005 00:28:20 -0400

Index: pspp/src/recode.c
diff -u pspp/src/recode.c:1.26 pspp/src/recode.c:1.27
--- pspp/src/recode.c:1.26      Mon Oct 24 02:51:31 2005
+++ pspp/src/recode.c   Tue Oct 25 04:28:17 2005
@@ -237,7 +237,7 @@
              else
                {
                  for (i = mark; i < rcd->nmap; i++)
-                   rcd->map[i].t.c = (output.c?xstrdup (output.c):NULL);
+                   rcd->map[i].t.c = output.c ? xstrdup (output.c) : NULL;
                  free (output.c);
                }
            }




reply via email to

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