diff options
author | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2006-05-24 17:31:28 +0000 |
---|---|---|
committer | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2006-05-24 17:31:28 +0000 |
commit | fbbee5078e5d9adacad75385ca613eea92458641 (patch) | |
tree | 148153dc0e44aef771b6f7df379054ece75c5d73 /embed.fnc | |
parent | 8a0b16eb60065835f8d356f329e2b8cbfe8c9d62 (diff) | |
download | perl-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.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |