aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/expat/ExpatParser.cxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/expat/ExpatParser.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/expat/ExpatParser.cxx b/src/lib/expat/ExpatParser.cxx
index b69dc55b4..c6b1abe76 100644
--- a/src/lib/expat/ExpatParser.cxx
+++ b/src/lib/expat/ExpatParser.cxx
@@ -51,7 +51,7 @@ ExpatParser::Parse(const char *data, size_t length, bool is_final,
bool
ExpatParser::Parse(InputStream &is, Error &error)
{
- assert(is.ready);
+ assert(is.IsReady());
while (true) {
char buffer[4096];