mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtfile: fix crash in RecheckFlag (64bit)
This commit is contained in:
parent
399915f0ce
commit
7948362829
1 changed files with 1 additions and 1 deletions
|
@ -2856,7 +2856,7 @@ RecheckFlag(
|
|||
Widget w)
|
||||
{
|
||||
Arg args[2];
|
||||
int flag;
|
||||
XtArgVal flag;
|
||||
|
||||
XtSetArg (args[0], XmNuserData, &flag);
|
||||
XtGetValues(w,args,1);
|
||||
|
|
Loading…
Reference in a new issue