From e13e07a6605aa39cf9305968c018d6cb64120db8 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 26 Jan 2025 11:13:26 +0530 Subject: [PATCH] ... --- src/calibre/devices/mtp/windows/content_enumeration.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/mtp/windows/content_enumeration.cpp b/src/calibre/devices/mtp/windows/content_enumeration.cpp index 6a0e23ae25..0ecea05c0d 100644 --- a/src/calibre/devices/mtp/windows/content_enumeration.cpp +++ b/src/calibre/devices/mtp/windows/content_enumeration.cpp @@ -209,7 +209,7 @@ single_get_filesystem(unsigned int level, CComPtr &conte pyobject_raii item(get_object_properties(devprops, properties, pv.pwszVal, &get_properties_failed)); if (!item) { if (!get_properties_failed) return false; - fprintf(stderr, "Ignoring object with id: %ls because getting its properties failed with error:\n", pv.pwszVal); + fprintf(stderr, "Ignoring object with id: %ls because getting its properties failed with error:\n", pv.pwszVal); fflush(stderr); if (PyErr_Occurred()) PyErr_Print(); continue; }