cdesktopenv/cde/programs/dtfile
Marcin Cieslak 1041e08003 Fix dtfile crash on 64 bit
When asking for data using XtVaGetValue()
make sure that there is enough place for
the return value (which is sometimes XtPointer).
Providing pointer to (int) is not enough.

Cast XtPointer into requested int types
directly, which unfortunately introduces
compilation warning:

cast from pointer to integer of different size
2012-09-22 19:04:21 -06:00
..
dtcopy Fix dtfile crash on 64 bit 2012-09-22 19:04:21 -06:00
ChangeDir.c dtfile: Add missing prototypes 2012-09-18 09:59:11 -06:00
ChangeDir.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
ChangeDirP.c dtfile: Add missing prototypes 2012-09-18 09:59:11 -06:00
Command.c dtfile: Add missing prototypes 2012-09-18 09:59:11 -06:00
Common.c dtfile: Add missing prototypes 2012-09-18 09:59:11 -06:00
Common.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
Desktop.c dtfile: Add missing prototypes 2012-09-18 09:59:11 -06:00
Desktop.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
Directory.c dtfile: Add missing prototypes 2012-09-18 09:59:11 -06:00
DtSvcInternal.h dtfile: Add missing prototypes 2012-09-18 09:59:11 -06:00
Dtfile Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
Encaps.c dtfile: Add missing prototypes 2012-09-18 09:59:11 -06:00
Encaps.h dtfile: Add missing prototypes 2012-09-18 09:59:11 -06:00
File.c Fix dtfile crash on 64 bit 2012-09-22 19:04:21 -06:00
FileDialog.c Fix dtfile crash on 64 bit 2012-09-22 19:04:21 -06:00
FileManip.c dtfile: Add missing prototypes 2012-09-18 09:59:11 -06:00
FileMgr.c dtfile: Add missing prototypes 2012-09-18 09:59:11 -06:00
FileMgr.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
FileOp.c dtfile: Add missing prototypes 2012-09-18 09:59:11 -06:00
Filter.c dtfile: Add missing prototypes 2012-09-18 09:59:11 -06:00
Filter.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
FilterP.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
Find.c dtfile: Add missing prototypes 2012-09-18 09:59:11 -06:00
Find.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
FindP.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
Help.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
Help.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
HelpCB.c dtfile: Add missing prototypes 2012-09-18 09:59:11 -06:00
HelpP.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
IconWindow.c dtfile: Add missing prototypes 2012-09-18 09:59:11 -06:00
IconicPath.c dtfile: Add missing prototypes 2012-09-18 09:59:11 -06:00
IconicPath.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
IconicPathP.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
Imakefile Use KORNSHELL variable instead of /bin/ksh 2012-08-23 20:00:43 -06:00
Main.c dtfile: Add missing prototypes 2012-09-18 09:59:11 -06:00
Main.h dtfile: Add missing prototypes 2012-09-18 09:59:11 -06:00
Menu.c dtfile: Add missing prototypes 2012-09-18 09:59:11 -06:00
MkDir.c dtfile: Add missing prototypes 2012-09-18 09:59:11 -06:00
ModAttr.c dtfile: Add missing prototypes 2012-09-18 09:59:11 -06:00
ModAttr.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
ModAttrP.c dtfile: Add missing prototypes 2012-09-18 09:59:11 -06:00
MultiView.c dtfile: Add missing prototypes 2012-09-18 09:59:11 -06:00
MultiView.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
OverWrite.c Fix dtfile crash on 64 bit 2012-09-22 19:04:21 -06:00
Prefs.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
Prefs.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
PrefsP.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
SharedMsgs.c Get rid of malloc.h. 2012-08-12 14:20:58 -06:00
SharedMsgs.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
SharedProcs.c dtfile: Add missing prototypes 2012-09-18 09:59:11 -06:00
SharedProcs.h dtfile: Add missing prototypes 2012-09-18 09:59:11 -06:00
ToolTalk.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
Trash.c dtfile: Add missing prototypes 2012-09-18 09:59:11 -06:00
Utils.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
dterror.src Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
dtfile.config.cpp Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
dtfile.man Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
dtfile.msg message catalogs: fix comment lines, also remove linux hack in merge.c 2012-09-03 15:12:57 -06:00
dtfile_error.cpp Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
fsDialog.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
mapfile.reorder Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
nlsMsgChk.txt Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
nlsREADME.txt Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
version.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00