VirtualBox

Ignore:
Timestamp:
Mar 10, 2009 2:23:16 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
44106
Message:

never use printf without a format string

File:
1 edited

Legend:

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

    r16975 r17629  
    519519        QMessageBox::Abort,     /* button0 */
    520520        0);                     /* button1 */
    521     qFatal (msgText.toAscii().constData());
     521    qFatal ("%s", msgText.toAscii().constData());
    522522}
    523523
Note: See TracChangeset for help on using the changeset viewer.

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