fix coverity 294114

This commit is contained in:
iceman1001 2020-07-11 20:46:37 +02:00
parent eb61524923
commit f866a847fb

View file

@ -608,6 +608,7 @@ int CmdEM4x50Dump(const char *Cmd) {
em4x50_data_t etd;
etd.pwd_given = false;
etd.addr_given = false;
etd.newpwd_given = false;
char filename[FILE_PATH_SIZE] = {0x00};
char *fptr = filename;