Skip to content

Commit

Permalink
maxh
Browse files Browse the repository at this point in the history
  • Loading branch information
pratas committed Jan 6, 2023
1 parent 927c471 commit 92cf3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/if.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ void Information(IF_PARAMETERS *P)
uint32_t k, idx;
FILE *F = Fopen(P->filename, "r");

uint32_t headerMax = 500;
uint32_t headerMax = 80;
uint8_t headerStr[headerMax + 1];
uint32_t headerLen = 0;

Expand Down

0 comments on commit 92cf3e2

Please sign in to comment.