Changeset 4358 for pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app.c
- Timestamp:
- Feb 20, 2013 9:00:42 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app.c
r4347 r4358 4376 4376 } 4377 4377 if (status != PJ_SUCCESS) 4378 PJ_PERROR(1,(THIS_FILE, status, "Set codec bitrate error"));4378 PJ_PERROR(1,(THIS_FILE, status, "Set codec size error")); 4379 4379 } else 4380 4380 goto on_error; … … 4403 4403 void console_app_main(const pj_str_t *uri_to_call) 4404 4404 { 4405 char menuin[ 32];4405 char menuin[80]; 4406 4406 char buf[128]; 4407 4407 char text[128];
Note: See TracChangeset
for help on using the changeset viewer.