- changed formatValue for custom formats
- changed internalID of HipadabaCallbacks to void*
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user