rebuild node attributes every iteration
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@24 3f5042e3-fb1d-0410-be18-d6ca2573e517
This commit is contained in:
parent
93dcada570
commit
4775bb8ef2
@ -3179,6 +3179,8 @@ int MPBSNodeUpdate(
|
||||
{
|
||||
MUStrCpy(tmpBuffer,AP->value,sizeof(tmpBuffer));
|
||||
|
||||
memset(N->FBM,0,sizeof(N->FBM));
|
||||
|
||||
ptr = MUStrTok(tmpBuffer,", \t",&TokPtr);
|
||||
|
||||
while (ptr != NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user