SQLite Forum

src/where.c: bad printf format
Login

src/where.c: bad printf format

(1) By Dave GIlbert (penguin42) on 2020-10-17 17:37:07 [source]

Greetings,

In src/where.c there is:

      sqlite3_snprintf(sizeof(zLeft),zLeft,"indexable=0x%lld",

that wants to be either 0x%llx or %lld - the mix doesn't make much sense.