pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2001-12-20
2001-12-20 12:54:37 by Henrik Grubbström (Grubba) <grubba@grubba.org>
302b71fc9c4f40de9aea6d0f232f63a5c65e20c1 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed a few typos in the lfun::_sprintf() documentation.
Rev: src/program.c:1.397
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: program.c,v 1.
396
2001/12/20 12:
52
:
02
grubba Exp $");
+
RCSID("$Id: program.c,v 1.
397
2001/12/20 12:
54
:
37
grubba Exp $");
#include "program.h" #include "object.h" #include "dynamic_buffer.h"
569:
*! Sprintf callback. *! *! This method is called by @[sprintf()] to print objects. If it is
-
*! not present printing of the object will not be supported for any
+
*! not present
,
printing of the object will not be supported for any
*! conversion-type except for the @tt{%O@}-conversion-type, which *! will output @tt{"object"@}. *!
627:
*! according to @[conversion_type]. *! *! @note
-
*!
The
@[_sprintf()] is currently (Pike 7.3) not called for the following
+
*! @[_sprintf()] is currently (Pike 7.3) not called for the following
*! conversion-types: *! @int *! @value 'F'