mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
increase string line array
This commit is contained in:
parent
1953cd953b
commit
a45082e045
1 changed files with 1 additions and 1 deletions
|
@ -3106,7 +3106,7 @@ static int CmdDiff(const char *Cmd) {
|
|||
|
||||
// index 4bytes, spaces, bar, bytes with ansi codes
|
||||
// (16 * 2 * 8 ) + 32
|
||||
char line[800] = {0};
|
||||
char line[880] = {0};
|
||||
|
||||
// print data diff loop
|
||||
for (int i = 0; i < n; i += width ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue