unqlite
unqlite copied to clipboard
unqlite.c: constant comparison
In line 20035, rc still holds the return value of GenStateEnterBlock in line 20020. Line 20035 would then return the same result. Here rc is assigned the return value of GenStateLeaveBlock and is checked against SXRET_OK.