pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] pspp/src/data datasheet.c


From: Ben Pfaff
Subject: [Pspp-cvs] pspp/src/data datasheet.c
Date: Thu, 21 Jun 2007 15:47:43 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Changes by:     Ben Pfaff <blp> 07/06/21 15:47:43

Modified files:
        src/data       : datasheet.c 

Log message:
        Improve comment.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/datasheet.c?cvsroot=pspp&r1=1.4&r2=1.5

Patches:
Index: datasheet.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/datasheet.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- datasheet.c 11 Jun 2007 04:03:19 -0000      1.4
+++ datasheet.c 21 Jun 2007 15:47:43 -0000      1.5
@@ -150,7 +150,8 @@
 /* Creates and returns a new datasheet.
 
    If READER is nonnull, then the datasheet initially contains
-   the contents of READER. */
+   the contents of READER.  READER become owned by the datasheet
+   and the caller must not directly reference it again. */
 struct datasheet *
 datasheet_create (struct casereader *reader)
 {




reply via email to

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