Changeset 5461 for pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app_legacy.c
- Timestamp:
- Oct 14, 2016 4:53:07 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app_legacy.c
r5265 r5461 1379 1379 } 1380 1380 1381 delay = pj_strtoul(&tmp);1381 delay = (int)pj_strtoul(&tmp); 1382 1382 if (delay < 0) delay = 0; 1383 1383 pj_thread_sleep(delay);
Note: See TracChangeset
for help on using the changeset viewer.