On Fri, Nov 04, 2011 at 06:47:44PM +0100, Mika Fischer wrote: > > if (slot->in_use && !data_received) { > > #if LIBCURL_VERSION_NUM >= 0x070f04 > > + long curl_timeout; > > curl_multi_timeout(curlm, &curl_timeout); > > if (curl_timeout == 0) { > > continue; > > Ah yes, that's good. I would have done it this way in C++, but I > wasn't sure whether C99 is OK for git. C99 is not OK. But this is not C99, as the conditional opens a new block. -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html