mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix compiler warning in sqlite_custom module
This commit is contained in:
parent
90999636f9
commit
c04c82c7cf
@ -86,7 +86,7 @@ static int sort_concat_cmp(const void *a_, const void *b_) {
|
||||
|
||||
static unsigned char* sort_concat_do_finalize(SortConcatList *list, const unsigned char join) {
|
||||
unsigned char *ans, *pos;
|
||||
int sz = 0, i;
|
||||
unsigned int sz = 0, i;
|
||||
|
||||
for (i = 0; i < list->count; i++) {
|
||||
sz += list->vals[i]->length;
|
||||
|
Loading…
x
Reference in New Issue
Block a user