From 41160adc339ef215b53edf93f05451da6355bc6e Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Fri, 9 Jul 2021 21:37:29 +0200 Subject: [PATCH] Fix the drag-and-drop debugging message Because why not? --- src/wine-host/xdnd-proxy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wine-host/xdnd-proxy.cpp b/src/wine-host/xdnd-proxy.cpp index f82be539..59f99797 100644 --- a/src/wine-host/xdnd-proxy.cpp +++ b/src/wine-host/xdnd-proxy.cpp @@ -101,7 +101,7 @@ void CALLBACK dnd_winevent_callback(HWINEVENTHOOK /*hWinEventHook*/, drop, 0xFFFFFFFF, file_name.data(), file_name.size()); std::cerr << "Plugin wanted to drag-and-drop " << num_files - << " files:" << std::endl; + << " file(s):" << std::endl; for (uint32_t file_idx = 0; file_idx < num_files; file_idx++) { file_name[0] = 0;