0
0
Fork 0
mirror of https://git.do.srb2.org/STJr/SRB2.git synced 2025-04-18 08:21:58 +00:00

Merge branch 'fixmain' into 'master'

Fix logfiles crashing Windoze (resolves )

Closes 

See merge request 
This commit is contained in:
Alam Ed Arias 2019-12-28 21:15:23 -05:00
commit c27d062cc8

View file

@ -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;