---
cde/programs/dticon/main.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/cde/programs/dticon/main.c b/cde/programs/dticon/main.c
index 381086c..41114d7 100644
--- a/cde/programs/dticon/main.c
+++ b/cde/programs/dticon/main.c
@@ -796,7 +796,8 @@ CREATION: Visual Edge Software Sept 19/91
-----------------------------------------------------------------------------*/
static int handle_dialog_child( Widget wgt, void (*manage_func)() )
{
- int i, num_children;
+ int i;
+ XtActVal num_children;
Widget *children;
XtVaGetValues( wgt,
@@ -809,7 +810,7 @@ static int handle_dialog_child( Widget wgt, void
(*manage_func)() )
* implementations of Motif add protocol children to the dialogShell.
*/
- for (i = 0; i < num_children; i++)
+ for (i = 0; i < (int)num_children; i++)
{
if ( XtIsSubclass( children[i], rectObjClass ) )
{
--
1.7.11.5
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
cdesktopenv-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel