From 0599e57edd9b4998aa99b0a14f4d83c2b9390b29 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 7 Apr 2025 16:34:47 +0900 Subject: Replace TRUE/FALSE with boolean values true/false Signed-off-by: Michele Calgaro (cherry picked from commit c7c1795c817c1f7b89046c6d9f24379143f0bf6b) --- kviewshell/plugins/djvu/libdjvu/DataPool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kviewshell/plugins/djvu/libdjvu/DataPool.cpp') diff --git a/kviewshell/plugins/djvu/libdjvu/DataPool.cpp b/kviewshell/plugins/djvu/libdjvu/DataPool.cpp index ab738a56..5766e67e 100644 --- a/kviewshell/plugins/djvu/libdjvu/DataPool.cpp +++ b/kviewshell/plugins/djvu/libdjvu/DataPool.cpp @@ -1268,7 +1268,7 @@ DataPool::get_data(void * buffer, int offset, int sz, int level) // This call to get_data() should return immediately as there MUST // be data in the buffer after wait_for_data(reader) returns - // or eof_flag should be TRUE + // or eof_flag should be true return get_data(buffer, reader->offset, reader->size, level); } return 0; -- cgit v1.2.3