VirtualBox

Changeset 49939 in vbox for trunk/src


Ignore:
Timestamp:
Dec 16, 2013 5:33:04 PM (11 years ago)
Author:
vboxsync
Message:

Runtime/common/log/log.cpp: fix signed/unsigned issue

File:
1 edited

Legend:

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

    r49938 r49939  
    26272627
    26282628    int rc;
    2629     int cBackoff = 0;
     2629    unsigned cBackoff = 0;
    26302630    do
    26312631    {
     
    27352735
    27362736            int rc;
    2737             int cBackoff = 0;
     2737            unsigned cBackoff = 0;
    27382738            do
    27392739            {
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