pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] pspp/src procedure.c


From: Ben Pfaff
Subject: [Pspp-cvs] pspp/src procedure.c
Date: Thu, 27 Apr 2006 02:44:23 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Branch:         
Changes by:     Ben Pfaff <address@hidden>      06/04/27 02:44:23

Modified files:
        src            : procedure.c 

Log message:
        Fix comment.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/pspp/src/procedure.c.diff?tr1=1.7&tr2=1.8&r1=text&r2=text

Patches:
Index: pspp/src/procedure.c
diff -u pspp/src/procedure.c:1.7 pspp/src/procedure.c:1.8
--- pspp/src/procedure.c:1.7    Thu Apr 27 02:42:01 2006
+++ pspp/src/procedure.c        Thu Apr 27 02:44:23 2006
@@ -275,9 +275,9 @@
 }
 
 /* Transforms trns_case and writes it to the replacement active
-   file if advisable.  Returns nonzero if more cases can be
-   accepted, zero otherwise.  Do not call this function again
-   after it has returned zero once.  */
+   file if advisable.  Returns true if more cases can be
+   accepted, false otherwise.  Do not call this function again
+   after it has returned false once.  */
 static bool
 write_case (struct write_case_data *wc_data)
 {




reply via email to

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