Remove cmd_tiny, empty files and link nonce with IV

This commit is contained in:
William Wennerström
2020-12-07 16:30:03 +01:00
parent 867d895469
commit 5c5b4d7025
5 changed files with 3 additions and 4 deletions

View File

@@ -193,7 +193,7 @@ http_file_get(void* userdata)
download->url,
download->filename);
// TODO(wstrm): Log the error.
// TODO: Log the error.
if (!call_external(argv, NULL, NULL)) {
http_print_transfer_update(download->window, download->url,
"Downloading '%s' failed: Unable to call "
@@ -201,7 +201,7 @@ http_file_get(void* userdata)
download->url,
download->cmd_template,
download->filename,
"TODO(wstrm): Log the error");
"TODO: Log the error");
}
g_strfreev(argv);