We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8f7afc + 611b1a0 commit e0bd2c7Copy full SHA for e0bd2c7
engine.c
@@ -63,7 +63,7 @@ ptrack_file_exists(const char *path)
63
{
64
struct stat st;
65
66
- AssertArg(path != NULL);
+ Assert(path != NULL);
67
68
if (stat(path, &st) == 0)
69
return S_ISDIR(st.st_mode) ? false : true;
0 commit comments