Changeset 4358


Ignore:
Timestamp:
Feb 20, 2013 9:00:42 PM (11 years ago)
Author:
nanang
Message:

Misc (re #1562): Minor updates in pjsua app: fixed wrong error message and increased buffer for input menu.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app.c

    r4347 r4358  
    43764376            } 
    43774377            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")); 
    43794379        } else 
    43804380            goto on_error; 
     
    44034403void console_app_main(const pj_str_t *uri_to_call) 
    44044404{ 
    4405     char menuin[32]; 
     4405    char menuin[80]; 
    44064406    char buf[128]; 
    44074407    char text[128]; 
Note: See TracChangeset for help on using the changeset viewer.