projects
/
oweals
/
cde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
399915f
)
dtfile: fix crash in RecheckFlag (64bit)
author
Marcin Cieslak
<saper@saper.info>
Fri, 28 Sep 2012 14:38:08 +0000
(16:38 +0200)
committer
Jon Trulson
<jon@radscan.com>
Sat, 29 Sep 2012 01:13:29 +0000
(19:13 -0600)
cde/programs/dtfile/FileDialog.c
patch
|
blob
|
history
diff --git
a/cde/programs/dtfile/FileDialog.c
b/cde/programs/dtfile/FileDialog.c
index b446aa3181e76dd21f8233a66d10e018b7117b08..6795f77ca9be0889e6238362600490bc220d98ce 100644
(file)
--- a/
cde/programs/dtfile/FileDialog.c
+++ b/
cde/programs/dtfile/FileDialog.c
@@
-2856,7
+2856,7
@@
RecheckFlag(
Widget w)
{
Arg args[2];
-
int
flag;
+
XtArgVal
flag;
XtSetArg (args[0], XmNuserData, &flag);
XtGetValues(w,args,1);