- 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;
|
return 0;
|
||||||
}
|
}
|
||||||
SetHdbProperty(node,"status","setting");
|
SetHdbProperty(node,"status","setting");
|
||||||
data = formatValue(v);
|
data = formatValue(v, node);
|
||||||
if(data != NULL){
|
if(data != NULL){
|
||||||
SetHdbProperty(node,"target",GetCharArray(data));
|
SetHdbProperty(node,"target",GetCharArray(data));
|
||||||
DeleteDynString(data);
|
DeleteDynString(data);
|
||||||
@@ -155,7 +155,7 @@ static pHdb MakeGenConPar(pSICSOBJ self, char *name, int type, int length){
|
|||||||
self,
|
self,
|
||||||
NULL,
|
NULL,
|
||||||
-1,
|
-1,
|
||||||
-1);
|
NULL);
|
||||||
if(kalle == NULL){
|
if(kalle == NULL){
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
@@ -165,7 +165,7 @@ static pHdb MakeGenConPar(pSICSOBJ self, char *name, int type, int length){
|
|||||||
self,
|
self,
|
||||||
NULL,
|
NULL,
|
||||||
-1,
|
-1,
|
||||||
-1);
|
NULL);
|
||||||
if(kalle == NULL){
|
if(kalle == NULL){
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user