Changeset 60033 in vbox
- Timestamp:
- Mar 15, 2016 11:25:55 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/VMDK.cpp
r59609 r60033 3516 3516 char *pszFullname = RTPathJoinA(pszDirname, pExtent->pszBasename); 3517 3517 RTStrFree(pszDirname); 3518 if (!psz Dirname)3518 if (!pszFullname) 3519 3519 return VERR_NO_STR_MEMORY; 3520 3520 pExtent->pszFullname = pszFullname;
Note:
See TracChangeset
for help on using the changeset viewer.