Fix comparisong bug in razor_set_diff().
authorKristian Høgsberg <krh@redhat.com>
Tue, 22 Jan 2008 16:34:28 +0000 (11:34 -0500)
committerKristian Høgsberg <krh@redhat.com>
Tue, 22 Jan 2008 16:34:28 +0000 (11:34 -0500)
commit7be6f4ac52ea1307b6b5d92354bc99c4df9efb4a
treed0aef60ac3cb5fae1e449e7ba9e2e9be7bac0537
parentff048987e66a8b7656fc0851ab86067f525d211a
Fix comparisong bug in razor_set_diff().

We could end up calling the callback for p1 even if it's NULL, if p2 != NULL
and the previous comparison left res == -1.
razor.c