mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-24 04:29:34 -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));
|
|| !MatchesAnyGlob(de->d_name, glob));
|
||||||
|
|
||||||
// Return the fully-qualified path, not just the bare filename.
|
// 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)
|
static void ReadAllFilenames(glob_t *glob)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user