- Timestamp:
- 08/20/12 17:39:30 (13 years ago)
- Location:
- issm/branches/trunk-jpl-damage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-jpl-damage
- Property svn:ignore
-
old new 1 projects 1 2 autom4te.cache 2 3 aclocal.m4
-
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 12948-13099
- Property svn:ignore
-
issm/branches/trunk-jpl-damage/src/c/classes/objects/KML/KML_Icon.cpp
r12946 r13101 145 145 } 146 146 else if (!strncmp(kstri,"</",2)) 147 {_error 2_("KML_Icon::Read -- Unexpected closing tag " << kstri << ".\n");}147 {_error_("KML_Icon::Read -- Unexpected closing tag " << kstri << ".\n");} 148 148 else if (strncmp(kstri,"<",1)) 149 {_error 2_("KML_Icon::Read -- Unexpected field \"" << kstri << "\".\n");}149 {_error_("KML_Icon::Read -- Unexpected field \"" << kstri << "\".\n");} 150 150 151 151 else if (!strcmp(kstri,"<href>"))
Note:
See TracChangeset
for help on using the changeset viewer.