Changeset 10629 for issm/trunk/src/c/objects/KML/KML_Point.cpp
- Timestamp:
- 11/14/11 11:49:47 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/KML/KML_Point.cpp
r10274 r10629 112 112 char* kstri; 113 113 114 /* get object attributes */114 /* get object attributes and check for solo tag */ 115 115 116 KMLFileTagAttrib(this, 117 kstr); 116 if (KMLFileTagAttrib(this, 117 kstr)) 118 return; 118 119 119 120 /* loop over and process fields within opening and closing tags */
Note:
See TracChangeset
for help on using the changeset viewer.