VirtualBox

Changeset 13493 in vbox


Ignore:
Timestamp:
Oct 22, 2008 2:41:12 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
38314
Message:

Fixed a typo in Window guest clipboard, the return code was ignored because of this.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxClipboard.cpp

    r11430 r13493  
    415415                        Log(("vboxClipboardReadData vboxrc %d\n",  vboxrc));
    416416
    417                         if (VBOX_SUCCESS (rc))
     417                        if (VBOX_SUCCESS (vboxrc))
    418418                        {
    419419                            if (cb > cbPrealloc)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette