mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* filter.h: Remove const from WHAT.
* progress.c (handle_progress): Store a copy of NAME. (progress_filter): Release WHAT, make sure not to print a NULL WHAT. * openfile.c (open_sigfile): Adjust free for new progress semantics. * plaintext.c (ask_for_detached_datafile): Don't dealloc pfx->WHAT.
This commit is contained in:
parent
e30006a769
commit
d174920691
5 changed files with 25 additions and 12 deletions
|
@ -110,7 +110,7 @@ typedef struct {
|
|||
|
||||
|
||||
typedef struct {
|
||||
const char *what; /* description */
|
||||
char *what; /* description */
|
||||
u32 last_time; /* last time reported */
|
||||
unsigned long last; /* last amount reported */
|
||||
unsigned long offset; /* current amount */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue