The 'f' flag was missing for my_snprintf().
Marcus Holland-Moritz [Wed, 24 May 2006 17:31:28 +0000 (17:31 +0000)]
p4raw-id: //depot/perl@28299

embed.fnc

index 15d5976..bd4bd93 100644 (file)
--- 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