diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2014-07-31 18:18:16 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2014-07-31 18:18:16 +0200 |
commit | 3c97ca53d8279f0f16ca2f82a703bafa517e39f3 (patch) | |
tree | 69e3409a8e489b6ef02a8fdd57793f1e1c85fd04 /includes | |
parent | c9c22eb9f80cb1595953b334f8ef37c6efd484e6 (diff) |
Fixing stupid typo.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/TaskMan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/TaskMan.h b/includes/TaskMan.h index 1f35c1e..e928907 100644 --- a/includes/TaskMan.h +++ b/includes/TaskMan.h @@ -106,7 +106,7 @@ class TaskMan { bool m_stopped = false; bool m_allowedToSignal = false; ev::timer m_curlTimer; - CURLM * m_curlMulti = false; + CURLM * m_curlMulti = NULL; int m_curlStillRunning = 0; bool m_curlGotNewHandles = false; static int curlSocketCallbackStatic(CURL * easy, curl_socket_t s, int what, void * userp, void * socketp); |