Skip to content

Commit d4cc4ea

Browse files
committed
f
Signed-off-by: s3rj1k <[email protected]>
1 parent 3019970 commit d4cc4ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsofia-sip-ua/nta/check_nta.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ s2_nta_vwait_for(enum wait_for wait_for0,
225225
goto next;
226226
break;
227227
case wait_for_status:
228-
if ((int)value != e->status)
228+
if ((intptr_t)value != e->status)
229229
goto next;
230230
break;
231231
case wait_for_phrase:

0 commit comments

Comments
 (0)