Changeset 34854 in vbox for trunk/src/VBox
- Timestamp:
- Dec 9, 2010 9:07:52 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r34772 r34854 5999 5999 /* get the path to the executable */ 6000 6000 char szPath[RTPATH_MAX]; 6001 RTPathAppPrivateArch(szPath, RTPATH_MAX);6001 RTPathAppPrivateArch(szPath, sizeof(szPath) - 1); 6002 6002 size_t sz = strlen(szPath); 6003 6003 szPath[sz++] = RTPATH_DELIMITER;
Note:
See TracChangeset
for help on using the changeset viewer.