From a63390fb65054e3fa272c06e874e8dc1f5984bdf Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 6 Jul 2015 15:31:13 +0200 Subject: Casting warnings --- Linux_C_12/cCrossCallClipboard_121.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Linux_C_12/cCrossCallClipboard_121.c') diff --git a/Linux_C_12/cCrossCallClipboard_121.c b/Linux_C_12/cCrossCallClipboard_121.c index bc7e2df..014349b 100644 --- a/Linux_C_12/cCrossCallClipboard_121.c +++ b/Linux_C_12/cCrossCallClipboard_121.c @@ -8,6 +8,7 @@ About this module: Routines related to clipboard handling. ********************************************************************************************/ +#include #include "cCrossCallClipboard_121.h" #include "cCrossCall_121.h" @@ -42,7 +43,7 @@ void EvalCcRqGETCLIPBOARDTEXT (CrossCallInfo *pcci) /* no params; string resul result = g_strdup(text); g_free(text); - MakeReturn1Cci (pcci, (int) result); + MakeReturn1Cci (pcci, (int64_t) result); } /* Install the cross call procedures in the gCrossCallProcedureTable of cCrossCall_121. -- cgit v1.2.3