From: Marcus Holland-Moritz Date: Wed, 24 May 2006 17:31:28 +0000 (+0000) Subject: The 'f' flag was missing for my_snprintf(). X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fbbee5078e5d9adacad75385ca613eea92458641;p=p5sagit%2Fp5-mst-13.2.git The 'f' flag was missing for my_snprintf(). p4raw-id: //depot/perl@28299 --- diff --git a/embed.fnc b/embed.fnc index 15d5976..bd4bd93 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