- changed formatValue for custom formats

- changed internalID of HipadabaCallbacks to void*
This commit is contained in:
zolliker
2008-01-18 07:22:40 +00:00
parent 3de3efd407
commit 0c23e76179

View File

@@ -69,7 +69,7 @@ static int GenConSetCallback(void *userData, void *callData, pHdb node,
return 0;
}
SetHdbProperty(node,"status","setting");
data = formatValue(v);
data = formatValue(v, node);
if(data != NULL){
SetHdbProperty(node,"target",GetCharArray(data));
DeleteDynString(data);
@@ -155,7 +155,7 @@ static pHdb MakeGenConPar(pSICSOBJ self, char *name, int type, int length){
self,
NULL,
-1,
-1);
NULL);
if(kalle == NULL){
return NULL;
}
@@ -165,7 +165,7 @@ static pHdb MakeGenConPar(pSICSOBJ self, char *name, int type, int length){
self,
NULL,
-1,
-1);
NULL);
if(kalle == NULL){
return NULL;
}