From b8dd50814820a9b5667d118cb9441eabe950ecbd Mon Sep 17 00:00:00 2001 From: henderkes Date: Sun, 24 May 2026 21:38:00 +0700 Subject: [PATCH] patch: strip trailing U+200E from spc_fix_avx512_cache_before_80400.patch The filename had a Left-To-Right Mark (U+200E) appended invisibly, so the file is unreachable by code that constructs the path from a plain ASCII string literal. Rename to the visible name. --- ...before_80400.patch‎ => spc_fix_avx512_cache_before_80400.patch} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/globals/patch/{spc_fix_avx512_cache_before_80400.patch‎ => spc_fix_avx512_cache_before_80400.patch} (100%) diff --git a/src/globals/patch/spc_fix_avx512_cache_before_80400.patch‎ b/src/globals/patch/spc_fix_avx512_cache_before_80400.patch similarity index 100% rename from src/globals/patch/spc_fix_avx512_cache_before_80400.patch‎ rename to src/globals/patch/spc_fix_avx512_cache_before_80400.patch