mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +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…
Add table
Add a link
Reference in a new issue