Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-abram committed Dec 1, 2018
1 parent 3829803 commit 627cc69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DownloadManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,7 @@ DownloadManager::UpdateOnlineScoreReplayData(string& sk,
if (callback)
callback();
};
HTTPRequest* req = new HTTPRequest(curlHandle, done, fail);
HTTPRequest* req = new HTTPRequest(curlHandle, done, form, fail);
SetCURLResultsString(curlHandle, &(req->result));
curl_multi_add_handle(mHTTPHandle, req->handle);
HTTPRequests.push_back(req);
Expand Down

0 comments on commit 627cc69

Please sign in to comment.