- Fixed a bug with hlist -val

This commit is contained in:
koennecke
2008-03-05 09:50:32 +00:00
parent fb3158ac98
commit d97d05cc1c
6 changed files with 87 additions and 4 deletions

View File

@ -324,7 +324,7 @@ int SetHipadabaPar(pHdb node, hdbValue v, void *callData);
*/
int UpdateHipadabaPar(pHdb node, hdbValue v, void *callData);
/**
* notify any update listeners that this node has been internally modidifed.
* notify any update listeners that this node has been internally modifed.
* @param node The node modified
* @param callData Addtional data for the callback
* @return 1 on success, 0 on failure