mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-05 09:20:29 +00:00
fix __mkntsunpath
This commit is contained in:
parent
b6ff9e82d9
commit
64cfee4044
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ textwindows int __mkntsunpath(
|
|||
p[1] = ':';
|
||||
p[2] = '\\';
|
||||
p += 3;
|
||||
q += 3;
|
||||
n = 3;
|
||||
} else if (IsSlash(q[0]) && q[1] == 't' && q[2] == 'm' && q[3] == 'p' &&
|
||||
(IsSlash(q[4]) || !q[4])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue