From 1efccdd38d4bac6ec44e13f0a6cdf877e3a1c7cb Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 11 Nov 2016 20:43:19 +0100 Subject: using of IS_ENABLED in files used in tiny build (nw) --- src/lib/util/corefile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/util/corefile.cpp') diff --git a/src/lib/util/corefile.cpp b/src/lib/util/corefile.cpp index 264d80f4113..6272ea120ad 100644 --- a/src/lib/util/corefile.cpp +++ b/src/lib/util/corefile.cpp @@ -663,7 +663,7 @@ bool core_in_memory_file::eof() const { // check for buffered chars if (has_putback()) - return 0; + return false; // if the offset == length, we're at EOF return (m_offset >= m_length); -- cgit v1.2.3-70-g09d2