compiler warning: fix

Fix compiler warning: enumerated type mixed with another type
This commit is contained in:
Yang Tse 2011-05-21 14:39:42 +02:00
parent fce7276f54
commit 8b849265d8
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ struct timetest {
int now_us;
int timeout_ms;
int connecttimeout_ms;
int connecting;
bool connecting;
long result;
const char *comment;
};