Compiler warning fix

This commit is contained in:
Yang Tse 2006-10-21 10:54:41 +00:00
parent 7575e6afc4
commit 33acd6f041
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ static CURLMcode perform(CURLM * multi)
}
/* We only reach this point if (mp_timedout) */
fprintf(stderr, "mp_timedout\n");
if (mp_timedout) fprintf(stderr, "mp_timedout\n");
fprintf(stderr, "ABORTING TEST, since it seems "
"that it would have run forever.\n");
return (CURLMcode) ~CURLM_OK;