From: drh Date: Fri, 17 May 2013 20:16:41 +0000 (+0000) Subject: Remove a stray tab character from the transitive_closure extension source code. X-Git-Tag: version-3.7.17~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f15d23da6e9ef5f286a63cf807c1c5965b63643a;p=thirdparty%2Fsqlite.git Remove a stray tab character from the transitive_closure extension source code. FossilOrigin-Name: 7a9aa21c3506a10ab9465540e81071b39bca447d --- diff --git a/ext/misc/closure.c b/ext/misc/closure.c index 1f2ba50ac4..213b7633e6 100644 --- a/ext/misc/closure.c +++ b/ext/misc/closure.c @@ -295,7 +295,7 @@ closure_avl *closureAvlNext(closure_avl *p){ } return p; } - + /* Insert a new node pNew. Return NULL on success. If the key is not ** unique, then do not perform the insert but instead leave pNew unchanged ** and return a pointer to an existing node with the same key. diff --git a/manifest b/manifest index 61dbe0a2b3..98c1a67258 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Fix\sa\sbug\sin\sSQLITE_TRACE_SIZE_LIMIT\sthat\swas\sintroduced\sby\s\ncheck-in\s[1a1cf5aa86734c8].\s\sThat\scheck-in\swas\sto\sremove\sharmless\ncompiler\swarnings.\s\sSo\sonce\sagain,\swe\shave\sintroduced\sa\sreal\sbug\ninto\sSQLite\sby\sattempting\sto\seliminate\sa\sharmless\scompiler\swarning. -D 2013-05-17T17:15:34.420 +C Remove\sa\sstray\stab\scharacter\sfrom\sthe\stransitive_closure\sextension\ssource\scode. +D 2013-05-17T20:16:41.146 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f F Makefile.in f6b58b7bdf6535f0f0620c486dd59aa4662c0b4f F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23 @@ -84,7 +84,7 @@ F ext/icu/README.txt d9fbbad0c2f647c3fdf715fc9fd64af53aedfc43 F ext/icu/icu.c eb9ae1d79046bd7871aa97ee6da51eb770134b5a F ext/icu/sqliteicu.h 728867a802baa5a96de7495e9689a8e01715ef37 F ext/misc/amatch.c eae8454cd9dcb287b2a3ec2e65a865a4ac5f0d06 -F ext/misc/closure.c 7e9197d0c94068f5c2b5333e05315b54b667046e +F ext/misc/closure.c 40788c54c59190a1f52f6492a260d8894a246fe9 F ext/misc/fuzzer.c 51bd96960b6b077d41d6f3cedefbcb57f29efaa2 F ext/misc/ieee754.c 2565ce373d842977efe0922dc50b8a41b3289556 F ext/misc/nextchar.c 1131e2b36116ffc6fe6b2e3464bfdace27978b1e @@ -1065,7 +1065,7 @@ F tool/vdbe-compress.tcl f12c884766bd14277f4fcedcae07078011717381 F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4 F tool/warnings.sh fbc018d67fd7395f440c28f33ef0f94420226381 F tool/win/sqlite.vsix 97894c2790eda7b5bce3cc79cb2a8ec2fde9b3ac -P 0f355bb17f256c6322e63a95835a67949aa48fb3 -R d60d784e4862c04e8dc1c33d4450912a +P cec2bcb45aa3f0438e19381ac863f0f876a1d1ad +R c103e20e6479251bb5b95c9b2e375810 U drh -Z 3582ea3ee12dc6786887a2ab59d0e3b1 +Z 0f8fb614b2a18673a3453f3a9a151a98 diff --git a/manifest.uuid b/manifest.uuid index 36fa902078..10da56e7f2 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -cec2bcb45aa3f0438e19381ac863f0f876a1d1ad \ No newline at end of file +7a9aa21c3506a10ab9465540e81071b39bca447d \ No newline at end of file