mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 03:12:00 -04:00
fix M_StringJoin
This commit is contained in:
parent
7a50a0317e
commit
b1f0684083
@ -234,7 +234,7 @@ static char *NextGlob(glob_t *glob)
|
||||
|| !MatchesAnyGlob(de->d_name, glob));
|
||||
|
||||
// Return the fully-qualified path, not just the bare filename.
|
||||
return M_StringJoin(glob->directory, DIR_SEPARATOR_S, de->d_name, NULL);
|
||||
return M_StringJoin(glob->directory, DIR_SEPARATOR_S, de->d_name);
|
||||
}
|
||||
|
||||
static void ReadAllFilenames(glob_t *glob)
|
||||
|
Loading…
x
Reference in New Issue
Block a user