fixed mcstashm.c:169: warning: assignment makes integer from pointer without a cast

mcstashm.c:200: warning: assignment from incompatible pointer type
This commit is contained in:
zolliker
2005-08-24 09:40:38 +00:00
parent 7c3331f95a
commit d5367e1b75

View File

@ -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;