mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07: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) {
|
char *GetConfigBlock0Source(uint8_t id) {
|
||||||
|
|
||||||
static char buf[20];
|
static char buf[40];
|
||||||
char *retStr = buf;
|
char *retStr = buf;
|
||||||
|
|
||||||
switch (id) {
|
switch (id) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue