Changeset 5170 for pjproject/trunk/pjlib/src/pjlib-test/ioq_perf.c
- Timestamp:
- Aug 25, 2015 8:45:46 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pjlib-test/ioq_perf.c
r4537 r5170 85 85 86 86 if (bytes_read < 0) { 87 pj_status_t rc = (pj_status_t)-bytes_read;88 87 char errmsg[PJ_ERR_MSG_SIZE]; 89 88 89 rc = (pj_status_t)-bytes_read; 90 90 if (rc != last_error) { 91 91 //last_error = rc;
Note: See TracChangeset
for help on using the changeset viewer.