pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] pspp/src/libpspp str.c


From: Ben Pfaff
Subject: [Pspp-cvs] pspp/src/libpspp str.c
Date: Sat, 15 Jul 2006 22:39:18 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Changes by:     Ben Pfaff <blp> 06/07/15 22:39:18

Modified files:
        src/libpspp    : str.c 

Log message:
        Improve comment.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/src/libpspp/str.c?cvsroot=pspp&r1=1.13&r2=1.14

Patches:
Index: str.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/libpspp/str.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- str.c       9 Jun 2006 22:51:24 -0000       1.13
+++ str.c       15 Jul 2006 22:39:18 -0000      1.14
@@ -494,7 +494,7 @@
 
 /* Stores the first CNT characters in SS in OUT (or fewer, if SS
    is shorter than CNT characters).  Trims the same characters
-   from the beginning of SS. */
+   from the beginning of SS.  Returns CNT. */
 size_t
 ss_get_chars (struct substring *ss, size_t cnt, struct substring *out) 
 {




reply via email to

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