summaryrefslogtreecommitdiff
path: root/src/storage
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-01-21 14:34:19 +0100
committerMax Kellermann <max@musicpd.org>2018-01-21 14:35:47 +0100
commitdedede3caad307fe798cff7310d453f3b867804e (patch)
tree7b26136f6c30ace76c4655c589786e500e5baa6b /src/storage
parentb14fc907f9c2f24d2ad192f2f3980378814fc139 (diff)
lib/expat/Parser: add method CompleteParse()
Diffstat (limited to 'src/storage')
-rw-r--r--src/storage/plugins/CurlStorage.cxx2
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();
}