]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix a couple comments.
authormistachkin <mistachkin@noemail.net>
Wed, 28 Aug 2013 17:59:38 +0000 (17:59 +0000)
committermistachkin <mistachkin@noemail.net>
Wed, 28 Aug 2013 17:59:38 +0000 (17:59 +0000)
FossilOrigin-Name: 945cb89ecb92a6c2075b3e58ce1ba3d419b1b6ca

manifest
manifest.uuid
src/test1.c

index 4529c41c948873c77fcbbb180df97501dfe2b917..f7f5eccc9235a5da960b6ff48d336a2a7c0e974e 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C In\sthe\swin32longpath\stest,\smove\sthe\sjournal\smode\schange\sdown\swhere\sit\swas\sintended\sto\sbe.
-D 2013-08-28T07:42:43.637
+C Fix\sa\scouple\scomments.
+D 2013-08-28T17:59:38.115
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in 5e41da95d92656a5004b03d3576e8b226858a28e
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@@ -226,7 +226,7 @@ F src/sqliteLimit.h 164b0e6749d31e0daa1a4589a169d31c0dec7b3d
 F src/status.c 7ac05a5c7017d0b9f0b4bcd701228b784f987158
 F src/table.c 2cd62736f845d82200acfa1287e33feb3c15d62e
 F src/tclsqlite.c 659dad8ef30b54831306a244b43e37af4725a444
-F src/test1.c 031d00dbf1b48378e6d47af1a0f728c767320b96
+F src/test1.c 26226cfd2b6dc3f77d2eb27f07ffcf236b4e728b
 F src/test2.c 7355101c085304b90024f2261e056cdff13c6c35
 F src/test3.c 1c0e5d6f080b8e33c1ce8b3078e7013fdbcd560c
 F src/test4.c 9b32d22f5f150abe23c1830e2057c4037c45b3df
@@ -1106,7 +1106,7 @@ F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
 F tool/warnings.sh fbc018d67fd7395f440c28f33ef0f94420226381
 F tool/wherecosttest.c f407dc4c79786982a475261866a161cd007947ae
 F tool/win/sqlite.vsix 97894c2790eda7b5bce3cc79cb2a8ec2fde9b3ac
-P 37e85e444cde18f061049437980b965d4485f43c
-R 56dde498dcecb04c21e3755845c4691c
+P 5cead293bbbcddd7d0976db41133e40704efcc99
+R 27548a8da20b2d6d66d852b1f7e7eb3a
 U mistachkin
-Z 6c6b47fa5ba3b59f97ecaf4251b21c76
+Z 711ba7d958e91e7fbe6d2b1f344832a5
index 102f430b4eb907813e50be6f076390de35e134d8..cd702a8c6892333e668271a17445035809da4d9d 100644 (file)
@@ -1 +1 @@
-5cead293bbbcddd7d0976db41133e40704efcc99
\ No newline at end of file
+945cb89ecb92a6c2075b3e58ce1ba3d419b1b6ca
\ No newline at end of file
index 6727d48899d55fa4a64d2d419729225d9a5d1aa3..b99efa7106eb58c6d95f09dee9fb1a5fe43b4566 100644 (file)
@@ -5939,7 +5939,7 @@ static int win32_file_lock(
 **      exists_win32_path PATH
 **
 ** Returns non-zero if the specified path exists, whose fully qualified name
-** may exceed 248 characters if it is prefixed with "\\?\".
+** may exceed 260 characters if it is prefixed with "\\?\".
 */
 static int win32_exists_path(
   void *clientData,
@@ -6005,7 +6005,7 @@ static int win32_find_file(
 /*
 **      delete_win32_file FILENAME
 **
-** Deletes the specified file, whose fully qualified name may exceed 248
+** Deletes the specified file, whose fully qualified name may exceed 260
 ** characters if it is prefixed with "\\?\".
 */
 static int win32_delete_file(