VirtualBox

Changeset 46071 in vbox for trunk


Ignore:
Timestamp:
May 14, 2013 3:28:37 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
85746
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/dbg/dbgcfg.cpp

    r46070 r46071  
    444444        pszPath[cchPath] = '\0';
    445445        rc = RTPathAppend(pszPath, RTPATH_MAX, pszFilename);
    446         AssertRCReturn(rc, rc);
     446        AssertRCReturn(rc, false);
    447447        pszPath[strlen(pszPath) - 1] = '_';
    448448
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