(trunk) #4138 "use stdbool.h instead of tr_bool" -- done.

This commit is contained in:
Jordan Lee
2011-03-22 15:19:54 +00:00
parent e04a64ca02
commit b4d36aeb54
100 changed files with 1420 additions and 1442 deletions

View File

@@ -268,7 +268,7 @@ gtr_pref_double_set( const char * key, double value )
gboolean
gtr_pref_flag_get( const char * key )
{
tr_bool boolVal;
bool boolVal;
tr_bencDictFindBool( getPrefs( ), key, &boolVal );
return boolVal != 0;
}