Skip to content
Snippets Groups Projects
Commit 06c22399 authored by Howard Chu's avatar Howard Chu
Browse files

Fix previous commit, compare must return signed result

parent 464292b5
No related branches found
No related tags found
No related merge requests found
......@@ -119,8 +119,8 @@ bdb_bt_compare(
const DBT *curkey
)
{
unsigned char x, *u, *c;
int i;
unsigned char *u, *c;
int i, x;
u = usrkey->data;
c = curkey->data;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment