mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 03:12:00 -04:00
replace access() call with M_access()
This commit is contained in:
parent
0473620d46
commit
f1799e90de
@ -3188,7 +3188,7 @@ void M_ScreenShot (void)
|
||||
screenshotname = M_StringJoin(screenshotdir, DIR_SEPARATOR_S,
|
||||
lbmname, NULL);
|
||||
}
|
||||
while (!access(screenshotname,0) && --tries);
|
||||
while (!M_access(screenshotname,0) && --tries);
|
||||
|
||||
if (tries)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user