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

@@ -312,7 +312,7 @@ buffer_replace_rename_ok_callback(
XtPointer call_data)
{
int rc = 0;
String newFile, renameNewName, destinationName;
String newFile = NULL, renameNewName, destinationName;
struct stat buf;
int saveError = 0;
static char msg[38+MAX_PATH];