X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fstr.c;h=6d25c339fad9550d618f63d6f33f9ba3f442eec7;hb=3af5716f625f5a1e5175a957d734270dae99e8aa;hp=67d189dda91239bd536dab224fc607d7c7c20ab9;hpb=b57bac17a6057cc0642e6ecea792e058596f92bb;p=pspp-builds.git diff --git a/src/libpspp/str.c b/src/libpspp/str.c index 67d189dd..6d25c339 100644 --- a/src/libpspp/str.c +++ b/src/libpspp/str.c @@ -494,7 +494,7 @@ ss_get_until (struct substring *ss, char delimiter, struct substring *out) /* 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) {