summaryrefslogtreecommitdiffstats
path: root/src/libs/sqlite2/printf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/sqlite2/printf.c')
-rw-r--r--src/libs/sqlite2/printf.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/libs/sqlite2/printf.c b/src/libs/sqlite2/printf.c
index a5445f60..061881c9 100644
--- a/src/libs/sqlite2/printf.c
+++ b/src/libs/sqlite2/printf.c
@@ -320,14 +320,14 @@ static int vxprintf(
/*
** At this point, variables are initialized as follows:
**
- ** flag_alternateform TRUE if a '#' is present.
- ** flag_plussign TRUE if a '+' is present.
- ** flag_leftjustify TRUE if a '-' is present or if the
+ ** flag_alternateform true if a '#' is present.
+ ** flag_plussign true if a '+' is present.
+ ** flag_leftjustify true if a '-' is present or if the
** field width was negative.
- ** flag_zeropad TRUE if the width began with 0.
- ** flag_long TRUE if the letter 'l' (ell) prefixed
+ ** flag_zeropad true if the width began with 0.
+ ** flag_long true if the letter 'l' (ell) prefixed
** the conversion character.
- ** flag_blanksign TRUE if a ' ' is present.
+ ** flag_blanksign true if a ' ' is present.
** width The specified field width. This is
** always non-negative. Zero is the default.
** precision The specified precision. The default