dticon: Resolve uninitialized warnings

This commit is contained in:
Peter Howkins
2021-12-24 10:50:28 -07:00
committed by Jon Trulson
parent 1e92a43e54
commit 0e038e3b52
+1 -1
View File
@@ -452,7 +452,7 @@ Write_File(
{
extern int tt_tmpfile_fd;
int i, j;
int mask_needed;
int mask_needed = False;
Boolean SUN;
char *base_name, *suffix, fname[MAXPATHLEN], *tmp, *tmp2, *vend;
Pixmap scratch_pix;