Skip to content
Snippets Groups Projects
Commit c27d062c authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

Merge branch 'fixmain' into 'master'

Fix logfiles crashing Windoze (resolves #102)

Closes #102

See merge request STJr/SRB2!591
parents f83d0fe3 244f0b22
No related branches found
No related tags found
No related merge requests found
......@@ -2457,6 +2457,8 @@ int M_PathParts(const char *path)
int n;
const char *p;
const char *t;
if (path == NULL)
return 0;
for (n = 0, p = path ;; ++n)
{
t = p;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment