code: исправлена ошибка

master
Ilya (OgarkovIA) 6 месяцев назад
Родитель d1ef42ca00
Сommit ade1b2371c

@ -2,9 +2,24 @@
<CodeBlocks_layout_file>
<FileVersion major="1" minor="0" />
<ActiveTarget name="Debug" />
<File name="histogram.cpp" open="1" top="0" tabpos="4" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="0" topLine="0" />
</Cursor>
</File>
<File name="text.cpp" open="1" top="0" tabpos="3" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="0" topLine="0" />
</Cursor>
</File>
<File name="svg.cpp" open="1" top="0" tabpos="2" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="0" topLine="25" />
</Cursor>
</File>
<File name="main.cpp" open="1" top="1" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="2213" topLine="60" />
<Cursor1 position="2358" topLine="78" />
</Cursor>
</File>
</CodeBlocks_layout_file>

@ -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);

Загрузка…
Отмена
Сохранить