From 2e73d78edb890372fc0047362eea901f470e1bd0 Mon Sep 17 00:00:00 2001 From: dsandersoremutah Date: Mon, 12 Jun 2006 19:27:16 +0000 Subject: [PATCH] Added typecast to f_getpid call. git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@545 0109f412-320b-0410-ab79-c3e0c5ffbbe6 --- flaim/src/fsysdata.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flaim/src/fsysdata.cpp b/flaim/src/fsysdata.cpp index 993c757..ae38bd3 100644 --- a/flaim/src/fsysdata.cpp +++ b/flaim/src/fsysdata.cpp @@ -596,7 +596,7 @@ FLMEXP RCODE FLMAPI FlmStartup( void) } #ifdef FLM_USE_NICI - iHandle = f_getpid(); + iHandle = (int)f_getpid(); // Initialize NICI if (CCS_Init(&iHandle))