Replace TRUE/FALSE with boolean values true/false

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/26/head
Michele Calgaro 1 month ago
parent 9545348e72
commit 83bddb09d0
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -111,7 +111,7 @@ XsldbgDriver::XsldbgDriver():
m_promptLastChar = ' ';
m_markerRE.setPattern("^Breakpoint for file ");
m_haveDataFile = FALSE;
m_haveDataFile = false;
#ifndef NDEBUG
// check command info array

Loading…
Cancel
Save