1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-08 03:22:21 +03:00

Fix a comment in printf. (CVS 2588)

FossilOrigin-Name: 1054685f15095ef147d9e9a32bd56b0eaaf9fa54
This commit is contained in:
drh
2005-08-13 13:40:42 +00:00
parent 3e9aeec03f
commit 531fe87834
3 changed files with 8 additions and 8 deletions

View File

@@ -210,7 +210,7 @@ static int vxprintf(
etByte flag_plussign; /* True if "+" flag is present */
etByte flag_blanksign; /* True if " " flag is present */
etByte flag_alternateform; /* True if "#" flag is present */
etByte flag_altform2; /* True if "$" flag is present */
etByte flag_altform2; /* True if "!" flag is present */
etByte flag_zeropad; /* True if field width constant starts with zero */
etByte flag_long; /* True if "l" flag is present */
etByte flag_longlong; /* True if the "ll" flag is present */