Changeset 15565 in vbox
- Timestamp:
- Dec 16, 2008 9:45:10 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 41071
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp
r15554 r15565 3357 3357 pszCommentEncoded = NULL; 3358 3358 int rc = vmdkDescDDBSetStr(pImage, &pImage->Descriptor, 3359 "ddb.comment", pszCommentEncoded);3359 "ddb.comment", pszCommentEncoded); 3360 3360 if (pszComment) 3361 3361 RTStrFree(pszCommentEncoded); … … 4714 4714 rc = vmdkDecodeString(pszCommentEncoded, pszComment, cbComment); 4715 4715 else 4716 { 4717 if (pszComment) 4718 *pszComment = '\0'; 4716 4719 rc = VINF_SUCCESS; 4720 } 4717 4721 if (pszCommentEncoded) 4718 4722 RTStrFree((char *)(void *)pszCommentEncoded);
Note:
See TracChangeset
for help on using the changeset viewer.