VirtualBox

Changeset 68096 in vbox for trunk


Ignore:
Timestamp:
Jul 24, 2017 1:18:51 PM (7 years ago)
Author:
vboxsync
Message:

Main/glue/com: fixed assertion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/glue/com.cpp

    r64111 r68096  
    236236            if (RT_SUCCESS(vrc))
    237237                vrc = RTPathAppend(g_szXdgConfigHome, sizeof(g_szXdgConfigHome), "VirtualBox");
    238             AssertMsg(vrc == VERR_ENV_VAR_NOT_FOUND, ("%Rrc\n", vrc));
     238            AssertMsg(vrc == VINF_SUCCESS || vrc == VERR_ENV_VAR_NOT_FOUND, ("%Rrc\n", vrc));
    239239            if (RT_FAILURE_NP(vrc))
    240240                vrc = RTStrCopy(g_szXdgConfigHome, sizeof(g_szXdgConfigHome), ".config/VirtualBox");
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