From 1cceeb93ea6ddf6745f9b650c14b87814785633e Mon Sep 17 00:00:00 2001 From: drh Date: Sat, 19 Apr 2008 14:06:28 +0000 Subject: [PATCH] Fix a typo in the documentation on sqlite3_open_v2(). (CVS 5031) FossilOrigin-Name: f7b62daa9fe71dc713bde107507fc7bcb812d62b --- manifest | 14 +++++++------- manifest.uuid | 2 +- src/sqlite.h.in | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/manifest b/manifest index fc4f3e5c69..09726b55c6 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Remove\sunused\scode\sfrom\sOP_IdxLt\sand\sOP_IdxGE.\s(CVS\s5030) -D 2008-04-18T11:31:13 +C Fix\sa\stypo\sin\sthe\sdocumentation\son\ssqlite3_open_v2().\s(CVS\s5031) +D 2008-04-19T14:06:28 F Makefile.arm-wince-mingw32ce-gcc ac5f7b2cef0cd850d6f755ba6ee4ab961b1fadf7 F Makefile.in 25b3282a4ac39388632c2fb0e044ff494d490952 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654 @@ -137,7 +137,7 @@ F src/random.c 2b2db2de4ab491f5a14d3480466f8f4b5a5db74a F src/select.c b02ee16591f0194739e7deb12099d3e98e60b7f3 F src/server.c 087b92a39d883e3fa113cae259d64e4c7438bc96 F src/shell.c be22ec05c8c4a43a95a6ad3b8068542200451e07 -F src/sqlite.h.in 0fdf9ac32584cb4b361feb81bfabfe794f95e467 +F src/sqlite.h.in 0b6db5e8fac8e66e5ab77a9c7abf6db161c93275 F src/sqlite3ext.h faacd0e6a81aabee0861c6d7883c9172e74ef5b3 F src/sqliteInt.h f06ba8e00fb8232bfef14d203d131ad96f858e04 F src/sqliteLimit.h f435e728c6b620ef7312814d660a81f9356eb5c8 @@ -631,7 +631,7 @@ F www/tclsqlite.tcl 8be95ee6dba05eabcd27a9d91331c803f2ce2130 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5 -P 9a976819246eb558ba43429f8889972c4a4bce9d -R 73a8c0b2a0e2ae4a89b1181d0864ddcb -U danielk1977 -Z 9ff8963d8d921ad836977fc03939b1dc +P df02175ec0f28d57942b8275b540ff855dfbeb09 +R 6299f6a06e93546f99df6a47ebb09453 +U drh +Z 385bf8bab63aafd1f261478c271df70c diff --git a/manifest.uuid b/manifest.uuid index a3328e12b6..0ea254a6af 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -df02175ec0f28d57942b8275b540ff855dfbeb09 \ No newline at end of file +f7b62daa9fe71dc713bde107507fc7bcb812d62b \ No newline at end of file diff --git a/src/sqlite.h.in b/src/sqlite.h.in index bf959fda6c..ef1c3ab0f4 100644 --- a/src/sqlite.h.in +++ b/src/sqlite.h.in @@ -30,7 +30,7 @@ ** the version number) and changes its name to "sqlite3.h" as ** part of the build process. ** -** @(#) $Id: sqlite.h.in,v 1.306 2008/04/17 17:03:26 drh Exp $ +** @(#) $Id: sqlite.h.in,v 1.307 2008/04/19 14:06:28 drh Exp $ */ #ifndef _SQLITE3_H_ #define _SQLITE3_H_ @@ -1984,7 +1984,7 @@ void sqlite3_progress_handler(sqlite3*, int, int(*)(void*), void*); ** The third options is behavior that is always used for [sqlite3_open()] ** and [sqlite3_open16()]. ** -** If the 4th parameter to [sqlite3_open_v2()] is not one of the +** If the 3rd parameter to [sqlite3_open_v2()] is not one of the ** combinations shown above then the behavior is undefined. ** ** If the filename is ":memory:", then an private