pspp-cvs
[Top][All Lists]
Advanced

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

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


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/str.c
Date: Sun, 12 Jun 2005 17:58:12 -0400

Index: pspp/src/str.c
diff -u pspp/src/str.c:1.14 pspp/src/str.c:1.15
--- pspp/src/str.c:1.14 Tue Jun  7 07:20:50 2005
+++ pspp/src/str.c      Sun Jun 12 21:58:10 2005
@@ -306,7 +306,7 @@
 ds_destroy (struct string *st)
 {
   free (st->string);
-  st->string = NULL;x
+  st->string = NULL;
 }
 
 /* Truncates ST to zero length. */




reply via email to

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