1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-29 00:08:14 +03:00

unit tests for my_vsnprintf,

bug fixes for my_vsnprintf
This commit is contained in:
Sergei Golubchik
2009-11-04 00:15:16 +01:00
parent 01c2a65f39
commit afe8b83bb8
4 changed files with 166 additions and 53 deletions

View File

@@ -42,7 +42,7 @@
% <flag> <width> <precision> <length modifier> <format>
where everithing but the format is optional.
Three one-character flags are regognized:
Three one-character flags are recognized:
'0' has the standard zero-padding semantics;
'-' is parsed, but silently ignored;
'`' (backtick) is only supported for strings (%s) and means that the