summaryrefslogtreecommitdiff
path: root/strings/my_vsnprintf.c
diff options
context:
space:
mode:
authorreggie@mdk10.(none) <>2005-05-23 12:55:39 -0500
committerreggie@mdk10.(none) <>2005-05-23 12:55:39 -0500
commitc5f68180f443f94c590fa2a4fa045010a3d1a32f (patch)
treefdf4ef1c0fd648f3c53d65cdd4fb1e34a004c4b6 /strings/my_vsnprintf.c
parentd0f51ad8d89015d47970ecb3afd12c910cbf8edf (diff)
parentc492ffcf2edd4454f11224b616328a2d1b2c8a39 (diff)
downloadmariadb-git-c5f68180f443f94c590fa2a4fa045010a3d1a32f.tar.gz
merged changes from 4.1
Diffstat (limited to 'strings/my_vsnprintf.c')
-rw-r--r--strings/my_vsnprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/my_vsnprintf.c b/strings/my_vsnprintf.c
index 935cc2d380d..0e036c2bbcd 100644
--- a/strings/my_vsnprintf.c
+++ b/strings/my_vsnprintf.c
@@ -28,7 +28,7 @@
%#[l]u
%#[l]x
%#.#s Note first # is ignored
-
+
RETURN
length of result string
*/