summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorMarcus Holland-Moritz <mhx-perl@gmx.net>2006-05-24 17:31:28 +0000
committerMarcus Holland-Moritz <mhx-perl@gmx.net>2006-05-24 17:31:28 +0000
commitfbbee5078e5d9adacad75385ca613eea92458641 (patch)
tree148153dc0e44aef771b6f7df379054ece75c5d73 /embed.fnc
parent8a0b16eb60065835f8d356f329e2b8cbfe8c9d62 (diff)
downloadperl-fbbee5078e5d9adacad75385ca613eea92458641.tar.gz
The 'f' flag was missing for my_snprintf().
p4raw-id: //depot/perl@28299
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index 15d5976962..bd4bd93764 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1692,7 +1692,7 @@ p |void |offer_nice_chunk |NN void *chunk|U32 chunk_size
Apnod |int |my_sprintf |NN char *buffer|NN const char *pat|...
#endif
-Apnod |int |my_snprintf |NN char *buffer|const Size_t len|NN const char *format|...
+Apnodf |int |my_snprintf |NN char *buffer|const Size_t len|NN const char *format|...
Apnod |int |my_vsnprintf |NN char *buffer|const Size_t len|NN const char *format|va_list ap
px |void |my_clearenv