]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
coment typo (CVS 1189)
authorjplyon <jplyon@noemail.net>
Mon, 19 Jan 2004 04:53:24 +0000 (04:53 +0000)
committerjplyon <jplyon@noemail.net>
Mon, 19 Jan 2004 04:53:24 +0000 (04:53 +0000)
FossilOrigin-Name: 8210b2d818ab83a97b3b71b432770436116f4770

manifest
manifest.uuid
src/func.c

index ad95ef5a207e560eb679e4b04679677b23da1c0a..53fef51ab4b9f0c6fbc05a34988bf12fc95a3dd0 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C comment\s(CVS\s1188)
-D 2004-01-19T04:52:29
+C coment\stypo\s(CVS\s1189)
+D 2004-01-19T04:53:25
 F Makefile.in 0515ff9218ad8d5a8f6220f0494b8ef94c67013b
 F Makefile.linux-gcc b86a99c493a5bfb402d1d9178dcdc4bd4b32f906
 F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd
@@ -32,7 +32,7 @@ F src/date.c c6b7e3fa5364d50fe19641882194f3c75364a5af
 F src/delete.c 0f81e6799c089487615d38e042a2de4d2d6192bc
 F src/encode.c 9e70ea1e4e746f23f18180949e94f1bb1c2220d3
 F src/expr.c e6a05bec1ca8d80d0901e5ff59c4ce3d9553f6cc
-F src/func.c 564c0bbe93c290774b305c0199237b8e8bcbda53
+F src/func.c fd710743e4026dfebfd48c12d20b1a5c27318fa5
 F src/hash.c 9b56ef3b291e25168f630d5643a4264ec011c70e
 F src/hash.h 3247573ab95b9dd90bcca0307a75d9a16da1ccc7
 F src/insert.c 01f66866f35c986eab4a57373ca689a3255ef2df
@@ -180,7 +180,7 @@ F www/speed.tcl 2f6b1155b99d39adb185f900456d1d592c4832b3
 F www/sqlite.tcl 3c83b08cf9f18aa2d69453ff441a36c40e431604
 F www/tclsqlite.tcl b9271d44dcf147a93c98f8ecf28c927307abd6da
 F www/vdbe.tcl 9b9095d4495f37697fd1935d10e14c6015e80aa1
-P ed6bd2eb39a0940c4f41d365ddc81ecc7066cf4e
-R 3b426c0df8317cb3753abc7127ea7bb7
+P fa55c9861e1cc372a36958383a86895dc311bb4b
+R 99c679b40a54fc1efdfb716494ae692a
 U jplyon
-Z ab7d91050c50abcd2dcadcf846105c68
+Z d80a61f14fbc6fbfd2e1ad20e9967057
index 8dd5b0c9353ed8aa99ad5235390fa83d07f50dab..d914812cb6b38820120d53d16a4a6588104e33b9 100644 (file)
@@ -1 +1 @@
-fa55c9861e1cc372a36958383a86895dc311bb4b
\ No newline at end of file
+8210b2d818ab83a97b3b71b432770436116f4770
\ No newline at end of file
index 5b5c86613ef9df50df230211aacb74ce4f010f90..baef290579cfaa8ca1bd272fff99015a89e168bb 100644 (file)
@@ -16,7 +16,7 @@
 ** sqliteRegisterBuildinFunctions() found at the bottom of the file.
 ** All other code has file scope.
 **
-** $Id: func.c,v 1.36 2004/01/16 13:58:18 drh Exp $
+** $Id: func.c,v 1.37 2004/01/19 04:53:25 jplyon Exp $
 */
 #include <ctype.h>
 #include <math.h>
@@ -178,8 +178,8 @@ static void lowerFunc(sqlite_func *context, int argc, const char **argv){
 
 /*
 ** Implementation of the IFNULL(), NVL(), and COALESCE() functions.  
-** All three do the same thing.  They return the first argument
-** non-NULL argument.
+** All three do the same thing.  They return the first non-NULL
+** argument.
 */
 static void ifnullFunc(sqlite_func *context, int argc, const char **argv){
   int i;