VirtualBox

Changeset 100949 in vbox


Ignore:
Timestamp:
Aug 22, 2023 10:57:01 PM (15 months ago)
Author:
vboxsync
Message:

IPRT/RTDbgSymCache: Corrected exit check for 'add'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/tools/RTDbgSymCache.cpp

    r100913 r100949  
    14661466                {
    14671467                    RTEXITCODE rcExit = rtDbgSymCacheAddFileOrDir(ValueUnion.psz, pszCache, fRecursive, fOverwriteOnConflict);
    1468                     if (rcExit != RTEXITCODE_FAILURE)
     1468                    if (rcExit != RTEXITCODE_SUCCESS)
    14691469                        return rcExit;
    14701470                }
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