diff options
author | reggie@mdk10.(none) <> | 2005-05-23 12:55:39 -0500 |
---|---|---|
committer | reggie@mdk10.(none) <> | 2005-05-23 12:55:39 -0500 |
commit | c5f68180f443f94c590fa2a4fa045010a3d1a32f (patch) | |
tree | fdf4ef1c0fd648f3c53d65cdd4fb1e34a004c4b6 /strings/my_vsnprintf.c | |
parent | d0f51ad8d89015d47970ecb3afd12c910cbf8edf (diff) | |
parent | c492ffcf2edd4454f11224b616328a2d1b2c8a39 (diff) | |
download | mariadb-git-c5f68180f443f94c590fa2a4fa045010a3d1a32f.tar.gz |
merged changes from 4.1
Diffstat (limited to 'strings/my_vsnprintf.c')
-rw-r--r-- | strings/my_vsnprintf.c | 2 |
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 */ |