mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-08-03 21:16:21 +00:00
Add I/O error handling and use filenames instead of file descriptors
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
typedef struct aesgcm_download_t
|
||||
{
|
||||
char* url;
|
||||
FILE* filehandle;
|
||||
char* filename;
|
||||
ProfWin* window;
|
||||
pthread_t worker;
|
||||
HTTPDownload* http_dl;
|
||||
|
||||
Reference in New Issue
Block a user