Minor cosmetic change - missing some debug stuff in this branch.
This commit is contained in:
parent
bab2e985a3
commit
6f904e55f1
|
@ -189,9 +189,8 @@ MSWindowsClipboard::get(EFormat format) const
|
||||||
index != m_converters.end(); ++index) {
|
index != m_converters.end(); ++index) {
|
||||||
converter = *index;
|
converter = *index;
|
||||||
if (converter->getFormat() == format) {
|
if (converter->getFormat() == format) {
|
||||||
LOG((CLOG_DEBUG "using converter 0x%x%s for %d\n",
|
LOG((CLOG_DEBUG "using converter 0x%x for %d\n",
|
||||||
converter->getWin32Format(),
|
converter->getWin32Format(),
|
||||||
l_name(converter->getWin32Format()).c_str(),
|
|
||||||
format));
|
format));
|
||||||
HANDLE win32Data = GetClipboardData(converter->getWin32Format());
|
HANDLE win32Data = GetClipboardData(converter->getWin32Format());
|
||||||
if (win32Data != NULL)
|
if (win32Data != NULL)
|
||||||
|
|
Loading…
Reference in New Issue