Merge pull request #3624 from cold-brewed/path-get-slash

Fixing up path_get_slash return value
This commit is contained in:
Miran Grča
2023-08-23 20:45:27 +02:00
committed by GitHub
4 changed files with 5 additions and 11 deletions

View File

@@ -310,7 +310,7 @@ path_slash(char *path)
path_normalize(path);
}
char *
const char *
path_get_slash(char *path)
{
char *ret = "";