]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
fd.c: Change return value of file_exists() to bool.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 14 Aug 2017 00:10:44 +0000 (02:10 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Fri, 22 Sep 2017 14:38:50 +0000 (16:38 +0200)
file_exists() is in fact a misnomer, since it simply calls stat(2),
which may fail for many reasons besides ENOENT. But that's another
issue for another patch..


No differences found