Changeset 23432 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Sep 30, 2009 10:35:53 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxAboutDlg.cpp
r23431 r23432 43 43 if (vboxGlobal().brandingIsActive() && !sSplash.isEmpty()) 44 44 { 45 char szExecPath[ PATH_MAX];46 RTPathExecDir (szExecPath, PATH_MAX);45 char szExecPath[1024]; 46 RTPathExecDir (szExecPath, 1024); 47 47 QString tmpPath = QString ("%1/%2").arg (szExecPath).arg (sSplash); 48 48 if (QFile::exists (tmpPath))
Note:
See TracChangeset
for help on using the changeset viewer.