Fix the drag-and-drop debugging message

Because why not?
This commit is contained in:
Robbert van der Helm
2021-07-09 21:37:29 +02:00
parent dd14a90f9a
commit 41160adc33
+1 -1
View File
@@ -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;