Changeset 53834 in vbox for trunk/src/VBox/Main/glue
- Timestamp:
- Jan 15, 2015 8:02:36 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97647
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/com.cpp
r50249 r53834 255 255 { 256 256 vrc = composeHomePath(aDir, aDirLen, apcszUserHome[i]); 257 if (RTDirExists(aDir)) 257 if ( RT_SUCCESS(vrc) 258 && RTDirExists(aDir)) 258 259 { 259 260 fFound = true;
Note:
See TracChangeset
for help on using the changeset viewer.