VirtualBox

Changeset 56968 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 17, 2015 1:20:18 PM (9 years ago)
Author:
vboxsync
Message:

duh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/SSM.cpp

    r56966 r56968  
    82288228                        uint8_t const b = abLine[offSrc++];
    82298229                        *pchDst++ = s_szHex[b >> 4];
    8230                         *pchDst++ = s_szHex[b & 7];
     8230                        *pchDst++ = s_szHex[b & 0xf];
    82318231                        *pchDst++ = offSrc != 8 ? ' ' : '-';
    82328232                    }
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