Commit 64f72c22 authored by Yang Tse's avatar Yang Tse
Browse files

fix minor compiler warning

parent 856114d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1083,7 +1083,7 @@ static void singlesocket(struct Curl_multi *multi,
            continue;
        }

        action = ((current.action & GETSOCK_READSOCK(i))?CURL_POLL_IN:0) |
        action = ((current.action & GETSOCK_READSOCK(i))?CURL_POLL_IN:0) +
          ((current.action & GETSOCK_WRITESOCK(i))?CURL_POLL_OUT:0);
      }