Skip to content

Commit

Permalink
Merge pull request #1682 from owntone/CDATA1
Browse files Browse the repository at this point in the history
[misc] Add misc_xml.c to wrap mxml, fixes XML reading of CDATA (et al)
  • Loading branch information
ejurgensen authored Nov 13, 2023
2 parents 83ac327 + 65c72c4 commit 812c46c
Show file tree
Hide file tree
Showing 8 changed files with 654 additions and 503 deletions.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ owntone_SOURCES = main.c \
artwork.c artwork.h \
misc.c misc.h \
misc_json.c misc_json.h \
misc_xml.c misc_xml.h \
rng.c rng.h \
smartpl_query.c smartpl_query.h \
player.c player.h \
Expand All @@ -128,7 +129,6 @@ owntone_SOURCES = main.c \
$(MPD_SRC) \
listener.c listener.h \
commands.c commands.h \
mxml-compat.h \
outputs/plist_wrap.h \
$(LIBWEBSOCKETS_SRC) \
$(GPERF_SRC) \
Expand Down
Loading

0 comments on commit 812c46c

Please sign in to comment.