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:
@@ -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
|
||||
|
Reference in New Issue
Block a user