VirtualBox

Changeset 19800 in vbox


Ignore:
Timestamp:
May 18, 2009 7:45:06 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
47443
Message:

clipboard: typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/clipboard.cpp

    r19221 r19800  
    10361036        return false;
    10371037    }
     1038    cwHostText = cbHostText / 2;
    10381039    LogFlow(("vboxClipboardConvertCText: original text is %.*ls\n", cwHostText, pu16HostText));
    1039     cwHostText = cbHostText / 2;
    10401040    cwGuestText = vboxClipboardUtf16GetLinSize(pu16HostText, cwHostText);
    10411041    pu16GuestText = reinterpret_cast<PRTUTF16>(RTMemAlloc(cwGuestText * 2));
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