mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dticon: Resolve uninitialized warnings
This commit is contained in:
parent
1e92a43e54
commit
0e038e3b52
1 changed files with 1 additions and 1 deletions
|
@ -452,7 +452,7 @@ Write_File(
|
||||||
{
|
{
|
||||||
extern int tt_tmpfile_fd;
|
extern int tt_tmpfile_fd;
|
||||||
int i, j;
|
int i, j;
|
||||||
int mask_needed;
|
int mask_needed = False;
|
||||||
Boolean SUN;
|
Boolean SUN;
|
||||||
char *base_name, *suffix, fname[MAXPATHLEN], *tmp, *tmp2, *vend;
|
char *base_name, *suffix, fname[MAXPATHLEN], *tmp, *tmp2, *vend;
|
||||||
Pixmap scratch_pix;
|
Pixmap scratch_pix;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue