]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
Merge pull request #938 from pwpiwi/fix_printf_scanf
authorpwpiwi <pwpiwi@users.noreply.github.com>
Fri, 22 Jan 2021 16:34:42 +0000 (17:34 +0100)
committerGitHub <noreply@github.com>
Fri, 22 Jan 2021 16:34:42 +0000 (17:34 +0100)
Fix some printf/scanf format strings

README.md
client/ui.c

index 49fcb366a7769ec26f1b3d2cc2d1662236b14ea5..1ea871c3d6f49d30f5bf70e7a630242568657577 100644 (file)
--- 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
 
index 5c9d7424a614189ef5347b2acc8db6600bb4732e..46f7b73c349b48a0dcb067e93a51097c30f003fc 100644 (file)
@@ -13,6 +13,7 @@
 #ifndef EXTERNAL_PRINTANDLOG
 #include <stdlib.h>
 #include <stdio.h>
+#include <string.h>
 #include <stdarg.h>
 #include <readline/readline.h>
 #include <pthread.h>
Impressum, Datenschutz