# HG changeset patch # User Richard M. Stallman # Date 1043524022 0 # Node ID 20d2231b6ee76779510ef00bc8741e676b77dd0e # Parent fea7066c9e82b0e088733691116abcbece0a8d2f Comment change. diff -r fea7066c9e82 -r 20d2231b6ee7 src/doprnt.c --- a/src/doprnt.c Sat Jan 25 19:45:16 2003 +0000 +++ b/src/doprnt.c Sat Jan 25 19:47:02 2003 +0000 @@ -54,7 +54,7 @@ terminated at position FORMAT_END. Output goes in BUFFER, which has room for BUFSIZE chars. If the output does not fit, truncate it to fit. - Returns the number of characters stored into BUFFER. + Returns the number of bytes stored into BUFFER. ARGS points to the vector of arguments, and NARGS says how many. A double counts as two arguments. String arguments are passed as C strings.