dtfile: fix crash in RecheckFlag (64bit)
This commit is contained in:
committed by
Jon Trulson
parent
399915f0ce
commit
7948362829
@@ -2856,7 +2856,7 @@ RecheckFlag(
|
||||
Widget w)
|
||||
{
|
||||
Arg args[2];
|
||||
int flag;
|
||||
XtArgVal flag;
|
||||
|
||||
XtSetArg (args[0], XmNuserData, &flag);
|
||||
XtGetValues(w,args,1);
|
||||
|
||||
Reference in New Issue
Block a user