Working on the x86 bit port (caused some changes to try and get it
[tpg/acess2.git] / Modules / IPStack / main.c
index da7441c..13bc561 100644 (file)
@@ -175,7 +175,7 @@ tVFS_Node *IPStack_Root_FindDir(tVFS_Node *Node, char *Name)
        
        for( iface = gIP_Interfaces; iface; iface = iface->Next )
        {
-               if( iface->Node.ImplInt == num )
+               if( (int)iface->Node.ImplInt == num )
                {
                        LEAVE('p', &iface->Node);
                        return &iface->Node;

UCC git Repository :: git.ucc.asn.au