VirtualBox

Changeset 41938 in vbox


Ignore:
Timestamp:
Jun 27, 2012 11:56:53 PM (13 years ago)
Author:
vboxsync
Message:

warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/DBGCCommands.cpp

    r41585 r41938  
    473473        if (cchCurWidth != (ssize_t)cchCol3)
    474474            DBGCCmdHlpPrintf(pCmdHlp, "\n");
    475         else if (cchDesc <= cchCurWidth)
     475        else if ((ssize_t)cchDesc <= cchCurWidth)
    476476            return DBGCCmdHlpPrintf(pCmdHlp, "%*s %s\n", cchPadding, "", pszDescription);
    477477        else
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