Skip to content
Snippets Groups Projects
Commit 8b849265 authored by Yang Tse's avatar Yang Tse
Browse files

compiler warning: fix

Fix compiler warning: enumerated type mixed with another type
parent fce7276f
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ struct timetest {
int now_us;
int timeout_ms;
int connecttimeout_ms;
int connecting;
bool connecting;
long result;
const char *comment;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment