Ignore:
Timestamp:
Nov 22, 2005 11:51:50 PM (17 years ago)
Author:
bennylp
Message:

More optimizations for msg parser etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib-util/src/pjlib-util/xml.c

    r73 r77  
    174174    PJ_CATCH_ANY { 
    175175        PJ_LOG(4,(THIS_FILE, "Syntax error parsing XML in line %d column %d", 
    176                   scanner.line, scanner.col)); 
     176                  scanner.line, pj_scan_get_col(&scanner))); 
    177177    } 
    178178    PJ_END; 
Note: See TracChangeset for help on using the changeset viewer.