summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/windows/platform.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/windows/platform.cpp b/client/windows/platform.cpp
index 06d5aa0f..3e556faa 100644
--- a/client/windows/platform.cpp
+++ b/client/windows/platform.cpp
@@ -199,7 +199,7 @@ static LRESULT CALLBACK PlatformWinProc(HWND hWnd, UINT message, WPARAM wParam,
int type_count;
uint32_t* types;
Platform::set_clipboard_owner(Platform::owner_none);
- if (type_count = get_available_clipboard_types(&types)) {
+ if ((type_count = get_available_clipboard_types(&types))) {
clipboard_listener->on_clipboard_grab(types, type_count);
delete[] types;
} else {