From 4693173d37492c0f2203c00cb8dbc9994e374d75 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sat, 6 Sep 2025 17:46:50 +0200 Subject: [PATCH] Revert "Fix a bug in the Windows Builds:" This reverts commit ecb288138f5ba3bce0a173ab1e0288f55e54984c. --- src/frontend/inpcom.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/frontend/inpcom.c b/src/frontend/inpcom.c index 86d2534f7..ff9bb8072 100644 --- a/src/frontend/inpcom.c +++ b/src/frontend/inpcom.c @@ -9867,10 +9867,6 @@ char* get_windows_canonical_path(const char* input_path) { return NULL; } - /* If plain filename, just copy it. */ - if (!strchr(input_path, '\\') && !strchr(input_path, '/')) - return copy(input_path); - inputLenMB = (int)strlen(input_path); if (inputLenMB == 0) {