- Timestamp:
- Jul 24, 2017 1:18:51 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/com.cpp
r64111 r68096 236 236 if (RT_SUCCESS(vrc)) 237 237 vrc = RTPathAppend(g_szXdgConfigHome, sizeof(g_szXdgConfigHome), "VirtualBox"); 238 AssertMsg(vrc == V ERR_ENV_VAR_NOT_FOUND, ("%Rrc\n", vrc));238 AssertMsg(vrc == VINF_SUCCESS || vrc == VERR_ENV_VAR_NOT_FOUND, ("%Rrc\n", vrc)); 239 239 if (RT_FAILURE_NP(vrc)) 240 240 vrc = RTStrCopy(g_szXdgConfigHome, sizeof(g_szXdgConfigHome), ".config/VirtualBox");
Note:
See TracChangeset
for help on using the changeset viewer.