Ignore:
Timestamp:
Mar 4, 2013 4:34:38 AM (11 years ago)
Author:
nanang
Message:

Misc (re #1559): fixed compile errors/warnings on Symbian platform.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_call.c

    r4371 r4411  
    21682168            call->last_code = PJSIP_SC_REQUEST_TERMINATED; 
    21692169        else 
    2170             call->last_code = code; 
     2170            call->last_code = (pjsip_status_code)code; 
    21712171        if (reason) { 
    21722172            pj_strncpy(&call->last_text, reason, 
Note: See TracChangeset for help on using the changeset viewer.