Archived
1
0
Fork 0

src/util.h: switched file_exists macro to function.

the macro returns true for directories aswell, using stat.h instead.
This commit is contained in:
Henrik Hautakoski 2010-10-23 11:11:08 +02:00
parent 2d247fd827
commit 6ac76b1830
3 changed files with 17 additions and 3 deletions

View file

@ -33,6 +33,7 @@ obj += src/path.o
obj += src/strbuf.o
obj += src/xalloc.o
obj += src/die.o
obj += src/file.o
obj += src/inotify.o
obj += src/event.o