1
0
Fork 0
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:
Marcin Cieslak 2012-09-28 16:38:08 +02:00 committed by Jon Trulson
parent 399915f0ce
commit 7948362829

View file

@ -2856,7 +2856,7 @@ RecheckFlag(
Widget w)
{
Arg args[2];
int flag;
XtArgVal flag;
XtSetArg (args[0], XmNuserData, &flag);
XtGetValues(w,args,1);