tokenizer: new library replacing buffer2array()
The new code is more robust and more flexible. It provides detailed error information in GError objects.
This commit is contained in:
@@ -153,6 +153,7 @@ mpd_headers = \
|
||||
src/tag_id3.h \
|
||||
src/tag_print.h \
|
||||
src/tag_save.h \
|
||||
src/tokenizer.h \
|
||||
src/strset.h \
|
||||
src/uri.h \
|
||||
src/utils.h \
|
||||
@@ -249,6 +250,7 @@ src_mpd_SOURCES = \
|
||||
src/tag_pool.c \
|
||||
src/tag_print.c \
|
||||
src/tag_save.c \
|
||||
src/tokenizer.c \
|
||||
src/strset.c \
|
||||
src/uri.c \
|
||||
src/utils.c \
|
||||
|
||||
Reference in New Issue
Block a user