projects
/
proxmark3-svn
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
a0cc89b
)
fix char* pointer not assigned
author
marshmellow42
<marshmellowrf@gmail.com>
Tue, 16 Feb 2016 03:31:21 +0000
(22:31 -0500)
committer
marshmellow42
<marshmellowrf@gmail.com>
Tue, 16 Feb 2016 03:31:21 +0000
(22:31 -0500)
fix
client/cmddata.c
patch
|
blob
|
blame
|
history
diff --git
a/client/cmddata.c
b/client/cmddata.c
index 55e2daca4d38396320a5ce75556d292b2ab48ea7..f4e161755ef9946b49dba6e2533d68a642c8340e 100644
(file)
--- a/
client/cmddata.c
+++ b/
client/cmddata.c
@@
-919,7
+919,8
@@
int CmdDetectClockRate(const char *Cmd)
char *GetFSKType(uint8_t fchigh, uint8_t fclow, uint8_t invert)
{
- char *fskType;
+ static char fType[8];
+ char *fskType = fType;
if (fchigh==10 && fclow==8){
if (invert) //fsk2a
fskType = "FSK2a";
Impressum
,
Datenschutz