From d5367e1b75a094428af59ef13812a73bae8fd7eb Mon Sep 17 00:00:00 2001 From: zolliker Date: Wed, 24 Aug 2005 09:40:38 +0000 Subject: [PATCH] fixed mcstashm.c:169: warning: assignment makes integer from pointer without a cast mcstashm.c:200: warning: assignment from incompatible pointer type --- mcstashm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcstashm.c b/mcstashm.c index cfde18e8..9e2b10e3 100644 --- a/mcstashm.c +++ b/mcstashm.c @@ -158,7 +158,7 @@ static float McHMGetTime(pHistDriver self, SConnection *pCon){ } } /*--------------------------------------------------------------------------*/ -static int McHMPreset(pHistDriver self, SConnection *pCon, HistInt *val){ +static int McHMPreset(pHistDriver self, SConnection *pCon, HistInt val){ int i; long length; HistInt *data;