Changeset 10818 for OpenSceneGraph/trunk/src/osgDB/FileNameUtils.cpp
- Timestamp:
- 11/23/09 11:19:37 (3 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osgDB/FileNameUtils.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgDB/FileNameUtils.cpp
r9884 r10818 251 251 #endif 252 252 253 if(left.empty()) 254 { 255 return(right); 256 } 253 257 char lastChar = left[left.size() - 1]; 254 258
