COMMON: Avoid ':' punycoding also on FireBee backend

This commit is contained in:
Miro Kropacek
2026-04-16 11:26:42 +10:00
parent 2cdd5d38d4
commit 6fa2e004fa
+1 -1
View File
@@ -1240,7 +1240,7 @@ String Path::toConfig() const {
return toString(Path::kNativeSeparator);
}
}
#elif defined(__3DS__) || defined(__amigaos4__) || defined(ATARI) || defined(__DS__) || defined(__MORPHOS__) || defined(NINTENDO_SWITCH) || defined(__PSP__) || defined(PSP2) || defined(RISCOS) || defined(__WII__) || defined(WIN32)
#elif defined(__3DS__) || defined(__amigaos4__) || defined(__MINT__) || defined(__DS__) || defined(__MORPHOS__) || defined(NINTENDO_SWITCH) || defined(__PSP__) || defined(PSP2) || defined(RISCOS) || defined(__WII__) || defined(WIN32)
// For all platforms making use of : as a drive separator, avoid useless punycoding
if (!isEscaped()) {
// If we are escaped, we have forbidden characters which must be encoded