From: dan Date: Mon, 8 Feb 2016 20:14:41 +0000 (+0000) Subject: Fix a signed/unsigned comparison warning in fts5. X-Git-Tag: version-3.11.0~36 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c2d0b56e6a7fd298113e857df6012e21189dfa13;p=thirdparty%2Fsqlite.git Fix a signed/unsigned comparison warning in fts5. FossilOrigin-Name: 85eb05ddbc3a7cff986af13c3dab6c0063e62171 --- diff --git a/ext/fts5/fts5_buffer.c b/ext/fts5/fts5_buffer.c index c3d4101b8b..c552e860eb 100644 --- a/ext/fts5/fts5_buffer.c +++ b/ext/fts5/fts5_buffer.c @@ -16,7 +16,7 @@ #include "fts5Int.h" int sqlite3Fts5BufferSize(int *pRc, Fts5Buffer *pBuf, u32 nByte){ - if( pBuf->nSpacenSpacenSpace ? pBuf->nSpace : 64; u8 *pNew; while( nNew