From: pwpiwi Date: Fri, 22 Jan 2021 16:34:42 +0000 (+0100) Subject: Merge pull request #938 from pwpiwi/fix_printf_scanf X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/622dd1af3b89c37884bda5921be734b19b921009?hp=98a67bc908980d93328a4436a1e5fd2a4ace16f7 Merge pull request #938 from pwpiwi/fix_printf_scanf Fix some printf/scanf format strings --- diff --git a/README.md b/README.md index 49fcb366..1ea871c3 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ do something useful with a proxmark3. * [The Forum](http://www.proxmark.org/forum) * The IRC channel: irc.freenode.org #proxmark3 ([chat in your browser](http://webchat.freenode.net/?channels=#proxmark3)) * [The Homebrew formula repository](https://github.com/Proxmark/homebrew-proxmark3) +* [Proxmark3 community discord server](https://discord.gg/86VcRtS) ## Development diff --git a/client/ui.c b/client/ui.c index 5c9d7424..46f7b73c 100644 --- a/client/ui.c +++ b/client/ui.c @@ -13,6 +13,7 @@ #ifndef EXTERNAL_PRINTANDLOG #include #include +#include #include #include #include