(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

@@ -134,7 +134,7 @@ typedef enum
#define DONATE_NAG_TIME (60 * 60 * 24 * 7)
static void altSpeedToggledCallback(tr_session * handle UNUSED, tr_bool active, tr_bool byUser, void * controller)
static void altSpeedToggledCallback(tr_session * handle UNUSED, bool active, bool byUser, void * controller)
{
NSDictionary * dict = [[NSDictionary alloc] initWithObjectsAndKeys: [[NSNumber alloc] initWithBool: active], @"Active",
[[NSNumber alloc] initWithBool: byUser], @"ByUser", nil];