Browse Source

Revert "Fix a bug in the Windows Builds:"

This reverts commit ecb288138f.
pre-master-46
Holger Vogt 7 months ago
parent
commit
4693173d37
  1. 4
      src/frontend/inpcom.c

4
src/frontend/inpcom.c

@ -9867,10 +9867,6 @@ char* get_windows_canonical_path(const char* input_path) {
return NULL; return NULL;
} }
/* If plain filename, just copy it. */
if (!strchr(input_path, '\\') && !strchr(input_path, '/'))
return copy(input_path);
inputLenMB = (int)strlen(input_path); inputLenMB = (int)strlen(input_path);
if (inputLenMB == 0) { if (inputLenMB == 0) {

Loading…
Cancel
Save