1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-03-02 09:46:27 +00:00

Resolves issue medley #2165 ignored quoting characters in filename

This commit is contained in:
Nick Briggs
2025-05-22 17:38:34 -07:00
parent babe728d3a
commit 5190a3976f

View File

@@ -770,6 +770,8 @@ int unixpathname(char *src, char *dst, size_t dstlen, int versionp, int genp)
#ifdef DOS
if (NameValid) *dp++ = *(cp + 1);
CountNameChars;
#else
*dp++ = *(cp + 1);
#endif /* DOS */
cp += 2;
break;