Changeset 661 for pjproject/trunk
- Timestamp:
- Aug 7, 2006 1:22:43 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app.c
r659 r661 1260 1260 if (app_config.auto_conf) { 1261 1261 pjsua_call_id call_ids[PJSUA_MAX_CALLS]; 1262 unsigned call_cnt= 0;1262 unsigned call_cnt=PJ_ARRAY_SIZE(call_ids); 1263 1263 unsigned i; 1264 1264 … … 1267 1267 */ 1268 1268 pjsua_enum_calls(call_ids, &call_cnt); 1269 1269 1270 for (i=0; i<call_cnt; ++i) { 1270 1271 if (call_ids[i] == call_id)
Note: See TracChangeset
for help on using the changeset viewer.