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:
parent
2d247fd827
commit
6ac76b1830
3 changed files with 17 additions and 3 deletions
1
Makefile
1
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue