From 3eddffd8bbf02926fb1e7403954af3c187b13b9f Mon Sep 17 00:00:00 2001 From: drh Date: Fri, 14 Jul 2017 15:18:51 +0000 Subject: [PATCH] Fix a typo in the header comment to the remember extension. No code changes. FossilOrigin-Name: 604b9664f4dd6e8d188b5c57407edbbe0639345f8d30bf2d19016f8324934840 --- ext/misc/remember.c | 2 +- manifest | 12 ++++++------ manifest.uuid | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ext/misc/remember.c b/ext/misc/remember.c index 0306b18914..97efb6ae81 100644 --- a/ext/misc/remember.c +++ b/ext/misc/remember.c @@ -21,7 +21,7 @@ ** UPDATE counterTab SET cnt=remember(cnt,$PTR)+1 WHERE id=$ID ** ** Prepare the above statement once. Then to use it, bind the address -** of the output variable to $PTR (using sqlite3_binary_pointer()) and +** of the output variable to $PTR (using sqlite3_bind_pointer()) and ** bind the id of the counter to $ID and run the prepared statement. ** ** One can imagine doing similar things with floating-point values and diff --git a/manifest b/manifest index 4badf1977d..1c46c70e88 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Change\sthe\sname\sof\sthe\sSTMT\svirtual\stable\sto\sSQLITE_STMT.\s\sAlso\sremove\sthe\nfirst\scolumn\sof\sthat\svirtual\stable,\swhich\swas\sa\spointer\sleak. -D 2017-07-14T15:14:21.567 +C Fix\sa\stypo\sin\sthe\sheader\scomment\sto\sthe\sremember\sextension.\sNo\scode\schanges. +D 2017-07-14T15:18:51.192 F Makefile.in 081e48dfe7f995d57ce1a88ddf4d2917b4349158648a6cd45b42beae30de3a12 F Makefile.linux-gcc 7bc79876b875010e8c8f9502eb935ca92aa3c434 F Makefile.msc 20850e3e8d4d4791e0531955852d768eb06f24138214870d543abb1a47346fba @@ -271,7 +271,7 @@ F ext/misc/memvfs.c e5225bc22e79dde6b28380f3a068ddf600683a33 F ext/misc/nextchar.c 35c8b8baacb96d92abbb34a83a997b797075b342 F ext/misc/percentile.c 92699c8cd7d517ff610e6037e56506f8904dae2e F ext/misc/regexp.c a68d25c659bd2d893cd1215667bbf75ecb9dc7d4 -F ext/misc/remember.c 4fe7fce44f1164100077073ac3f73ee3c32af4d9bae8b418c50c82eb7f8e9c0c +F ext/misc/remember.c 0cbd7526e1bc956c493ed21125683f8554ef4819982400b65a8da2e4e18e9ecd F ext/misc/rot13.c 1ac6f95f99b575907b9b09c81a349114cf9be45a F ext/misc/scrub.c 1c5bfb8b0cd18b602fcb55755e84abf0023ac2fb F ext/misc/series.c b0f5f346aca9b7ff7caaf0da2efb4ad462441abd4dcd92a460cb573b3ea2370b @@ -1633,7 +1633,7 @@ F vsixtest/vsixtest.tcl 6a9a6ab600c25a91a7acc6293828957a386a8a93 F vsixtest/vsixtest.vcxproj.data 2ed517e100c66dc455b492e1a33350c1b20fbcdc F vsixtest/vsixtest.vcxproj.filters 37e51ffedcdb064aad6ff33b6148725226cd608e F vsixtest/vsixtest_TemporaryKey.pfx e5b1b036facdb453873e7084e1cae9102ccc67a0 -P 8f6dd5e2907d6df230fcbceadd226496bcc35a33c117da58215f7d333c1cc7b8 -R d7ac96e41b37a88b9f135fb6c72561d0 +P 1bc4e93407b7894b0271fbde3720930dcaadda6070e871d9719c4e8dc65b915f +R 386312fb6e87bd39614009fab41a39f3 U drh -Z 482dd4c891cb2dc290167d2cf7fdb136 +Z d6c5988aae6e1cfc836d95d9d82fa12d diff --git a/manifest.uuid b/manifest.uuid index cf87dd9abe..23d300352d 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -1bc4e93407b7894b0271fbde3720930dcaadda6070e871d9719c4e8dc65b915f \ No newline at end of file +604b9664f4dd6e8d188b5c57407edbbe0639345f8d30bf2d19016f8324934840 \ No newline at end of file -- 2.47.2