Changeset 11412 in vbox
- Timestamp:
- Aug 14, 2008 7:14:31 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp
r11399 r11412 2049 2049 /* Get script path */ 2050 2050 char szAppPrivPath [RTPATH_MAX]; 2051 int rc = RTPathAppPrivateNoArch (szAppPrivPath, sizeof (szAppPrivPath)); 2051 int rc = RTPathAppPrivateNoArch (szAppPrivPath, sizeof (szAppPrivPath)); NOREF(rc); 2052 2052 Assert (RT_SUCCESS (rc)); 2053 2053 /* Run script */
Note:
See TracChangeset
for help on using the changeset viewer.