common/path.c: normalize function (old fmt_path) using strbuf.
This commit is contained in:
parent
ccdad9c6aa
commit
25d789c77b
9 changed files with 30 additions and 43 deletions
1
Makefile
1
Makefile
|
|
@ -21,6 +21,7 @@ SOURCES := \
|
|||
src/arch.c \
|
||||
src/arch/mysql.c \
|
||||
src/indexer.c \
|
||||
src/common/strbuf.c \
|
||||
src/common/path.c \
|
||||
src/common/rbtree.c \
|
||||
src/notify/inotify.c \
|
||||
|
|
|
|||
Reference in a new issue