VirtualBox

Changeset 28116 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 8, 2010 9:11:06 PM (15 years ago)
Author:
vboxsync
Message:

Runtime/Sg: Fix stupid bug

File:
1 edited

Legend:

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

    r28113 r28116  
    166166        Assert(cbTmp == cbThisCmp);
    167167
    168         int rc = memcmp(pvBuf1, pvBuf1, cbThisCmp);
     168        int rc = memcmp(pvBuf1, pvBuf2, cbThisCmp);
    169169        if (rc)
    170170            return rc;
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