From ade1b2371ceac4e883f4a68c9725a25fd70b3328 Mon Sep 17 00:00:00 2001 From: "Ilya (OgarkovIA)" Date: Sun, 27 Oct 2024 15:40:50 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B0=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cs-lab34.layout | 17 ++++++++++++++++- main.cpp | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/cs-lab34.layout b/cs-lab34.layout index 5ca9fb3..f561f8c 100644 --- a/cs-lab34.layout +++ b/cs-lab34.layout @@ -2,9 +2,24 @@ + + + + + + + + + + + + + + + - + diff --git a/main.cpp b/main.cpp index e03318b..bf38683 100644 --- a/main.cpp +++ b/main.cpp @@ -69,7 +69,7 @@ Input download(const string& address) { res = curl_easy_perform(curl); if (res != CURLE_OK) { - curl_easy_strerror(res); + curl_easy_strerror(res); // cerr exit(1); } curl_easy_cleanup(curl);