VirtualBox

Changeset 60033 in vbox


Ignore:
Timestamp:
Mar 15, 2016 11:25:55 AM (9 years ago)
Author:
vboxsync
Message:

Storage/VMDK: typo (thanks PVS)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Storage/VMDK.cpp

    r59609 r60033  
    35163516                char *pszFullname = RTPathJoinA(pszDirname, pExtent->pszBasename);
    35173517                RTStrFree(pszDirname);
    3518                 if (!pszDirname)
     3518                if (!pszFullname)
    35193519                    return VERR_NO_STR_MEMORY;
    35203520                pExtent->pszFullname = pszFullname;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette