about summary refs log tree commit diff stats
path: root/src/tools/aesgcm_download.h
diff options
context:
space:
mode:
authorWilliam Wennerström <william@wstrm.dev>2020-07-21 09:31:47 +0200
committerWilliam Wennerström <william@wstrm.dev>2020-11-16 21:58:09 +0100
commit62cbad1c6e43c64c02d61b732f2f25d4c8611403 (patch)
treec4d9ceb8360989f804a253d1ffac5763ab11bd68 /src/tools/aesgcm_download.h
parent73f313b9212d652fecb13bcb82a0f162abb897a0 (diff)
downloadprofani-tty-62cbad1c6e43c64c02d61b732f2f25d4c8611403.tar.gz
Add I/O error handling and use filenames instead of file descriptors
Diffstat (limited to 'src/tools/aesgcm_download.h')
-rw-r--r--src/tools/aesgcm_download.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/aesgcm_download.h b/src/tools/aesgcm_download.h
index fc29a99e..ebc8a5f9 100644
--- a/src/tools/aesgcm_download.h
+++ b/src/tools/aesgcm_download.h
@@ -50,7 +50,7 @@
 typedef struct aesgcm_download_t
 {
     char* url;
-    FILE* filehandle;
+    char* filename;
     ProfWin* window;
     pthread_t worker;
     HTTPDownload* http_dl;