dtprintinfo: Resolve uninitialized warnings

This commit is contained in:
Peter Howkins
2021-12-22 01:17:10 +00:00
committed by Jon Trulson
parent 284c760616
commit 3600e87527
10 changed files with 19 additions and 19 deletions

View File

@@ -247,7 +247,7 @@ Dialog::Dialog(MotifUI *parent, char *title, char *caption, boolean editable,
Arg args[8];
int n;
XmString xm_string = StringCreate(title);
XmString xm_message;
XmString xm_message = NULL;
Pixmap pixmap;
_dialog_type = PROMPT_DIALOG;