- 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_Point.cpp
r12946 r13101 126 126 } 127 127 else if (!strncmp(kstri,"</",2)) 128 {_error 2_("KML_Point::Read -- Unexpected closing tag " << kstri << ".\n");}128 {_error_("KML_Point::Read -- Unexpected closing tag " << kstri << ".\n");} 129 129 else if (strncmp(kstri,"<",1)) 130 {_error 2_("KML_Point::Read -- Unexpected field \"" << kstri << "\".\n");}130 {_error_("KML_Point::Read -- Unexpected field \"" << kstri << "\".\n");} 131 131 132 132 else if (!strcmp(kstri,"<extrude>"))
Note:
See TracChangeset
for help on using the changeset viewer.