- Fixed a couple of Hipadaba Issues
- Added properties to Hipadaba Nodes - Made Morpheus Hipadaba aware and implemented scans for Morpheus and Hipadaba SKIPPED: psi/tecs/make_crv
This commit is contained in:
@ -75,12 +75,13 @@
|
||||
return pNew;
|
||||
}
|
||||
/*------------------------------------------------------------------------*/
|
||||
void DeleteStringDict(pStringDict self)
|
||||
void DeleteStringDict(pStringDict self)
|
||||
{
|
||||
int iRet;
|
||||
SDE sVal;
|
||||
|
||||
assert(self);
|
||||
|
||||
iRet = LLDnodePtr2First(self->iList);
|
||||
while(iRet != 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user