Changeset 6141 for trunk/NTREE/ad_trees.cxx
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/NTREE/ad_trees.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/NTREE/ad_trees.cxx
r6138 r6141 400 400 GBS_strstruct *buf = GBS_stropen(strlen(fname)); 401 401 402 // extract path from fname in order to place a copy of dtd file required to validate xml file402 // extract path from fname in order to place a copy of dtd file required to validate xml file 403 403 for (char *tok = strtok(tmpFname,"/"); tok; ) { 404 404 tmp = tok;
