VirtualBox

Ignore:
Timestamp:
Oct 23, 2008 9:35:36 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
38361
Message:

HostServices/SharedClipboard (x11): fixed an uninitialised variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedClipboard/x11.cpp

    r13523 r13524  
    340340    PRTUTF16 pu16DestText = reinterpret_cast<PRTUTF16>(pv);
    341341    XTextProperty property;
    342     int rc, cProps;
     342    int rc = VINF_SUCCESS;
     343    int cProps;
    343344
    344345    LogFlowFunc (("converting COMPOUND TEXT to Utf-16LE.  cbSrcLen=%d, cb=%d, pu8SrcText=%.*s\n",
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