mirror of
https://github.com/Interlisp/maiko.git
synced 2026-04-30 21:59:15 +00:00
Resolves issue medley #2165 ignored quoting characters in filename
This commit is contained in:
@@ -770,6 +770,8 @@ int unixpathname(char *src, char *dst, size_t dstlen, int versionp, int genp)
|
|||||||
#ifdef DOS
|
#ifdef DOS
|
||||||
if (NameValid) *dp++ = *(cp + 1);
|
if (NameValid) *dp++ = *(cp + 1);
|
||||||
CountNameChars;
|
CountNameChars;
|
||||||
|
#else
|
||||||
|
*dp++ = *(cp + 1);
|
||||||
#endif /* DOS */
|
#endif /* DOS */
|
||||||
cp += 2;
|
cp += 2;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user