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:
wightman 2005-09-02 15:00:02 +00:00
parent 93dcada570
commit 4775bb8ef2

View File

@ -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)