aboutsummaryrefslogtreecommitdiff
path: root/src/printf.c
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2008-07-15 00:27:34 +0000
committerdrh <drh@noemail.net>2008-07-15 00:27:34 +0000
commit85e9e22b336b53736f2186bcf734e28dac2cac3b (patch)
tree975085c23c2816115edc0e2751b76b5c78318bfc /src/printf.c
parentc2c66a030d1bc9d75a06bb3d131f1559fea5d663 (diff)
downloadsqlite-85e9e22b336b53736f2186bcf734e28dac2cac3b.tar.gz
sqlite-85e9e22b336b53736f2186bcf734e28dac2cac3b.zip
Increased test coverage. (CVS 5414)
FossilOrigin-Name: 7cf91e08c08ce515c24c738c7d079f5b81eebee6
Diffstat (limited to 'src/printf.c')
-rw-r--r--src/printf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/printf.c b/src/printf.c
index 3eb853b0a..5935f97e4 100644
--- a/src/printf.c
+++ b/src/printf.c
@@ -5,7 +5,7 @@
** an historical reference. Most of the "enhancements" have been backed
** out so that the functionality is now the same as standard printf().
**
-** $Id: printf.c,v 1.91 2008/07/14 12:52:53 drh Exp $
+** $Id: printf.c,v 1.92 2008/07/15 00:27:35 drh Exp $
**
**************************************************************************
**
@@ -892,7 +892,7 @@ char *sqlite3_snprintf(int n, char *zBuf, const char *zFormat, ...){
return z;
}
-#if defined(SQLITE_TEST) || defined(SQLITE_DEBUG) || defined(SQLITE_MEMDEBUG)
+#if defined(SQLITE_DEBUG)
/*
** A version of printf() that understands %lld. Used for debugging.
** The printf() built into some versions of windows does not understand %lld