Changeset 50978 in vbox
- Timestamp:
- Apr 4, 2014 7:56:05 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/net/UIUpdateManager.cpp
r50977 r50978 275 275 /* Get script path: */ 276 276 char szAppPrivPath[RTPATH_MAX]; 277 vrc = RTPathAppPrivateNoArch(szAppPrivPath, sizeof(szAppPrivPath)); AssertRC( rc);277 vrc = RTPathAppPrivateNoArch(szAppPrivPath, sizeof(szAppPrivPath)); AssertRC(vrc); 278 278 if (RT_SUCCESS(vrc)) 279 279 {
Note:
See TracChangeset
for help on using the changeset viewer.