From df48ed078a0409e56f8d3373898f0797c3376ae7 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 22 Mar 2025 13:58:57 +0900 Subject: Replace TRUE/FALSE with boolean values true/false Signed-off-by: Michele Calgaro (cherry picked from commit 6d1638620f3da1664aa3b86c46852515fc78707c) --- doc/html/showrecordelem_8cpp-source.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/showrecordelem_8cpp-source.html') diff --git a/doc/html/showrecordelem_8cpp-source.html b/doc/html/showrecordelem_8cpp-source.html index 6e4329c..4ccaa2c 100644 --- a/doc/html/showrecordelem_8cpp-source.html +++ b/doc/html/showrecordelem_8cpp-source.html @@ -78,7 +78,7 @@ 00061 TQString searchstring( TQString( "\r\n%1:" ).arg( item ) ); 00062 00063 //searching... -00064 int pos1 = m_header.find( searchstring, 0, FALSE ); +00064 int pos1 = m_header.find( searchstring, 0, false ); 00065 int pos2 = m_header.find( '\r', pos1 + 2 ); 00066 00067 //cut out the interesting content, if we have found a matching line -- cgit v1.2.3