Remove bool/my_bool artifact, the 'bool' data type is part of the c++

language and was added to c compilers with c99.

Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit 90ea30a42a)
r14.0.x
François Andriot 5 years ago committed by Slávek Banko
parent acb0f52d65
commit b94e94689b
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -517,7 +517,7 @@ bool TQMYSQLDriver::open( const TQString& db,
return FALSE;
}
my_bool reconnect = 0;
bool reconnect = 0;
for ( it = opts.begin(); it != opts.end(); ++it ) {
TQString opt( (*it).upper() );
if ( opt == "CLIENT_COMPRESS" )

Loading…
Cancel
Save