mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 10:16:21 +00:00
Remove cmd_tiny, empty files and link nonce with IV
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user