diff options
author | Max Kellermann <max@musicpd.org> | 2018-01-21 14:34:19 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-01-21 14:35:47 +0100 |
commit | dedede3caad307fe798cff7310d453f3b867804e (patch) | |
tree | 7b26136f6c30ace76c4655c589786e500e5baa6b /src/storage | |
parent | b14fc907f9c2f24d2ad192f2f3980378814fc139 (diff) |
lib/expat/Parser: add method CompleteParse()
Diffstat (limited to 'src/storage')
-rw-r--r-- | src/storage/plugins/CurlStorage.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage/plugins/CurlStorage.cxx b/src/storage/plugins/CurlStorage.cxx index aedbafd11..49d07a74e 100644 --- a/src/storage/plugins/CurlStorage.cxx +++ b/src/storage/plugins/CurlStorage.cxx @@ -304,7 +304,7 @@ private: } void OnEnd() final { - Parse("", 0, true); + CompleteParse(); LockSetDone(); } |