VirtualBox

Changeset 23432 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Sep 30, 2009 10:35:53 AM (15 years ago)
Author:
vboxsync
Message:

Branding: fix burn

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxAboutDlg.cpp

    r23431 r23432  
    4343    if (vboxGlobal().brandingIsActive() && !sSplash.isEmpty())
    4444    {
    45         char szExecPath[PATH_MAX];
    46         RTPathExecDir (szExecPath, PATH_MAX);
     45        char szExecPath[1024];
     46        RTPathExecDir (szExecPath, 1024);
    4747        QString tmpPath = QString ("%1/%2").arg (szExecPath).arg (sSplash);
    4848        if (QFile::exists (tmpPath))
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette