Ignore:
Timestamp:
Feb 19, 2006 2:24:27 AM (18 years ago)
Author:
bennylp
Message:

Fixing Makefiles for the new pjmedia-codec and pjsip-simple libraries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip-simple/presence.c

    r197 r198  
    833833        pj_stricmp(&ctype_hdr->media.subtype, &STR_XPIDF_XML)==0) 
    834834    { 
    835         status = pres_parse_pidf( pres, rdata, &pres->tmp_status); 
     835        status = pres_parse_xpidf( pres, rdata, &pres->tmp_status); 
    836836    } 
    837837    else 
Note: See TracChangeset for help on using the changeset viewer.