[COV] fix uninitialized warning
Change-Id: Ib526aeac51d626d02b073b26efd3020115641caa
This commit is contained in:
parent
a5e684c894
commit
b65763bc10
1 changed files with 1 additions and 1 deletions
|
@ -1698,8 +1698,8 @@ static int add_dir_entry(struct bpb *fat_bpb, struct fat_filestr *parentstr,
|
||||||
int rc;
|
int rc;
|
||||||
|
|
||||||
unsigned char basisname[11], shortname[11];
|
unsigned char basisname[11], shortname[11];
|
||||||
int n;
|
|
||||||
int entries_needed;
|
int entries_needed;
|
||||||
|
int n = -1;
|
||||||
unsigned long ucslen = 0;
|
unsigned long ucslen = 0;
|
||||||
|
|
||||||
if (is_dotdir_name(name) && (attr & ATTR_DIRECTORY))
|
if (is_dotdir_name(name) && (attr & ATTR_DIRECTORY))
|
||||||
|
|
Loading…
Reference in a new issue