Ignore:
Timestamp:
May 12, 2007 3:03:23 PM (17 years ago)
Author:
bennylp
Message:

Symbian fixes to compile on GCCE (nested callbacks etc)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip/sip_parser.c

    r1240 r1269  
    909909    parsing_headers = PJ_FALSE; 
    910910 
     911retry_parse: 
    911912    PJ_TRY  
    912913    { 
     
    10551056            /* Continue parse next header, if any. */ 
    10561057            if (!pj_scan_is_eof(scanner) && !IS_NEWLINE(*scanner->curptr)) { 
    1057                 goto parse_headers; 
     1058                goto retry_parse; 
    10581059            } 
    10591060        } 
Note: See TracChangeset for help on using the changeset viewer.