Changeset 4537 for pjproject/trunk/pjlib/src/pjlib-test/ioq_unreg.c
- Timestamp:
- Jun 19, 2013 6:47:43 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pjlib-test/ioq_unreg.c
r3553 r4537 59 59 pj_size_t bufsize; 60 60 pj_bool_t unregistered; 61 unsignedreceived;61 pj_ssize_t received; 62 62 } sock_data; 63 63 … … 82 82 if (bytes_read < 0) { 83 83 if (-bytes_read != PJ_STATUS_FROM_OS(PJ_BLOCKING_ERROR_VAL)) 84 app_perror("ioqueue reported recv error", -bytes_read);84 app_perror("ioqueue reported recv error", (pj_status_t)-bytes_read); 85 85 } else { 86 86 sock_data.received += bytes_read;
Note: See TracChangeset
for help on using the changeset viewer.