mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-23 12:04:38 -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,
|
screenshotname = M_StringJoin(screenshotdir, DIR_SEPARATOR_S,
|
||||||
lbmname, NULL);
|
lbmname, NULL);
|
||||||
}
|
}
|
||||||
while (!access(screenshotname,0) && --tries);
|
while (!M_access(screenshotname,0) && --tries);
|
||||||
|
|
||||||
if (tries)
|
if (tries)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user