mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
Fix printf warnings at -DDEBUG.
I must have not recompiled with debug printouts enabled since updating the internal printf functions to have the gcc printf attribute, or these warnings would surely have come up before.
This commit is contained in:
parent
ca73159c14
commit
4ad554d23b
@ -1928,7 +1928,7 @@ gint key_event(GtkWidget *widget, GdkEventKey *event, gpointer data)
|
||||
sfree(old);
|
||||
}
|
||||
debug(" - final output, special, generic encoding = [%s]\n",
|
||||
charset_to_localenc(output_charset), string_string);
|
||||
string_string);
|
||||
sfree(string_string);
|
||||
#endif
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user