VirtualBox

Ignore:
Timestamp:
Feb 17, 2010 12:24:34 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57796
Message:

Main: back out r57775

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xml/Settings.cpp

    r26587 r26603  
    195195            strLine = Utf8StrFmt(" (line %RU32)", pNode->getLineNumber());
    196196
     197        const char *pcsz = strLine.c_str();
    197198        Utf8StrFmt str(N_("Error in %s%s -- %s"),
    198199                       file->m->strFilename.c_str(),
    199                        strLine.c_str(),
     200                       (pcsz) ? pcsz : "",
    200201                       strWhat.c_str());
    201202
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