VirtualBox

Changeset 6631 in vbox for trunk/src/VBox/HostServices


Ignore:
Timestamp:
Jan 30, 2008 9:30:01 PM (17 years ago)
Author:
vboxsync
Message:

HostServices/SharedClipboard: returned iprt status codes where bool was expected in the Linux host clipboard code too

File:
1 edited

Legend:

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

    r6622 r6631  
    13091309        RTMemFree(reinterpret_cast<void *>(pu16DestText));
    13101310        vboxClipboardEmptyGuestBuffer();
    1311         return rc;
     1311        return false;
    13121312    }
    13131313    /* Allocate enough space, as RTUtf16ToUtf8Ex may fail if the
     
    13301330        XtFree(pu8DestText);
    13311331        vboxClipboardEmptyGuestBuffer();
    1332         return rc;
     1332        return false;
    13331333    }
    13341334    LogFlowFunc (("converted string is %.*s. Returning.\n", cbDestLen, pu8DestText));
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