From 97f252ce28458cd10a24459390f65bb6c10f4d97 Mon Sep 17 00:00:00 2001 From: trilader Date: Tue, 6 Apr 2021 16:42:35 +0200 Subject: [PATCH] Use correct variable type when getting HTTP response code from cURL --- yt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt.cpp b/yt.cpp index 9657abb..adeba92 100644 --- a/yt.cpp +++ b/yt.cpp @@ -52,7 +52,7 @@ static json api_request(const std::string &url, std::map