mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
Fix a multi-line comment in cache1d.c.
git-svn-id: https://svn.eduke32.com/eduke32@3619 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
ae96d9a162
commit
bfeff6b0ab
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ int32_t addsearchpath(const char *p)
|
|||
char *path = Bstrdup(p);
|
||||
|
||||
if (path[Bstrlen(path)-1] == '\\')
|
||||
path[Bstrlen(path)-1] = 0; // hack for stat() returning ENOENT on paths ending in \
|
||||
path[Bstrlen(path)-1] = 0; // hack for stat() returning ENOENT on paths ending in a backslash
|
||||
|
||||
if (Bstat(path, &st) < 0)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue