Changeset 77 for pjproject/trunk/pjlib-util/src/pjlib-util/xml.c
- Timestamp:
- Nov 22, 2005 11:51:50 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib-util/src/pjlib-util/xml.c
r73 r77 174 174 PJ_CATCH_ANY { 175 175 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))); 177 177 } 178 178 PJ_END;
Note: See TracChangeset
for help on using the changeset viewer.