- add MskeSICSFunc

- changed return value of AddSICSHdbPar et al.
This commit is contained in:
zolliker
2008-05-15 07:43:05 +00:00
parent 2b558550fb
commit b03ddddd8f
7 changed files with 68 additions and 92 deletions

View File

@ -269,7 +269,7 @@ static hdbCallbackReturn CommandGetCallback(pHdb node, void *userData,
}
hdbValue v2 = MakeHdbText("Nothing to get");
*(mm->v) = v2;
copyHdbValue(&v2, mm->v); /* MakeHdbText makes no strdup ! */
return hdbContinue;
}
/*--------------------------------------------------------------------------*/