Changeset 7050
- Timestamp:
- 10/08/10 09:39:19 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/components/native/bf-itk/itkBioFormatsImageIO.cxx
r7049 r7050 92 92 char* path; 93 93 path = getenv(name); 94 std::string dir(path); 95 94 std::string dir(""); 95 if( path != NULL) { 96 dir.assign(path); 97 } 96 98 list.push_back(jace::ClassPath( 97 99
Note: See TracChangeset
for help on using the changeset viewer.