mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 17:49:32 +08:00
Made GetConfigBlock0Source string buf larger to acomodate ASCII color escape expansion
This commit is contained in:
parent
b52d50d30a
commit
7f4fe79aaa
1 changed files with 1 additions and 1 deletions
|
@ -2807,7 +2807,7 @@ char *GetModelStrFromCID(uint32_t cid) {
|
|||
|
||||
char *GetConfigBlock0Source(uint8_t id) {
|
||||
|
||||
static char buf[20];
|
||||
static char buf[40];
|
||||
char *retStr = buf;
|
||||
|
||||
switch (id) {
|
||||
|
|
Loading…
Reference in a new issue