dtfile: Resolve uninitialized warnings

This commit is contained in:
Peter Howkins
2021-12-22 01:24:35 +00:00
committed by Jon Trulson
parent daf072463a
commit 207253b401
9 changed files with 52 additions and 40 deletions

View File

@@ -1482,7 +1482,7 @@ RenameOk(
char to_host[256];
char to_dir[MAX_PATH];
char to_file[256];
unsigned int modifiers;
unsigned int modifiers = 0;
char *host_set[1], *file_set[1];
int file_count = 1;