mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-30 08:18:30 +00:00
Fix some minor issues
This commit is contained in:
parent
d484e1dbd4
commit
a8ff220654
4 changed files with 5 additions and 4 deletions
|
@ -43,6 +43,6 @@ char *xjoinpaths(const char *path, const char *other) {
|
|||
} else if (_endswith(path, "/")) {
|
||||
return xstrcat(path, other);
|
||||
} else {
|
||||
return xstrcat(path, '/', other);
|
||||
return xstrcat(path, (uintptr_t)'/', other);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue