aboutsummaryrefslogtreecommitdiff
path: root/src/printf.c
diff options
context:
space:
mode:
authordan <Dan Kennedy>2023-12-06 14:30:34 +0000
committerdan <Dan Kennedy>2023-12-06 14:30:34 +0000
commit39b08db132ffcb70a702527cddc8576d43c1103e (patch)
treeaf1807327773487d044856dd55405051435e7be9 /src/printf.c
parentfb923fc4ccb79fe27d6daa9477ac2ef55b1da9bc (diff)
parent1f2d7c43120fe831fd63f7fedcc61b15a17fccee (diff)
downloadsqlite-39b08db132ffcb70a702527cddc8576d43c1103e.tar.gz
sqlite-39b08db132ffcb70a702527cddc8576d43c1103e.zip
Merge trunk changes into this branch.
FossilOrigin-Name: 8f46eace86e7b2e556913575aa3cd6f7987ac0efcc880f0af649d42c253aeb81
Diffstat (limited to 'src/printf.c')
-rw-r--r--src/printf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/printf.c b/src/printf.c
index 3c0b182d3..c6b3803ca 100644
--- a/src/printf.c
+++ b/src/printf.c
@@ -1369,7 +1369,7 @@ void sqlite3_str_appendf(StrAccum *p, const char *zFormat, ...){
/*****************************************************************************
-** Reference counted string storage
+** Reference counted string/blob storage
*****************************************************************************/
/*