From: Daniel Stenberg Date: Mon, 7 Aug 2006 16:54:50 +0000 (+0000) Subject: Jeff Pohlmeyer pointed out this stupid variable type error X-Git-Tag: curl-7_15_6-prepipeline~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ba5e098a356a1c2ae3a7d7cfc61c46811815693;p=thirdparty%2Fcurl.git Jeff Pohlmeyer pointed out this stupid variable type error --- diff --git a/hiper/hipev.c b/hiper/hipev.c index 936dfeebbd..c46e8abed3 100644 --- a/hiper/hipev.c +++ b/hiper/hipev.c @@ -74,7 +74,7 @@ struct fdinfo { long timeout; /* as set by libcurl */ struct event ev; /* */ int evset; /* true if the 'ev' struct has been used in a event_set() call */ - CURLMcode *multi; /* pointer to the multi handle */ + CURLM *multi; /* pointer to the multi handle */ int *running_handles; /* pointer to the running_handles counter */ };