mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
(trunk) #4138 "use stdbool.h instead of tr_bool" -- done.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user