summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
8040afa)
bug: 'hf mf chk' - size of keycounter variable is too small for dictionary files larger than 256rows.
char filename[FILE_PATH_SIZE]={0};\r
char buf[13];\r
uint8_t *keyBlock = NULL, *p;\r
char filename[FILE_PATH_SIZE]={0};\r
char buf[13];\r
uint8_t *keyBlock = NULL, *p;\r
- uint8_t stKeyBlock = 20;\r
+ uint16_t stKeyBlock = 20;\r
\r
int i, res;\r
int keycnt = 0;\r
\r
int i, res;\r
int keycnt = 0;\r