Skip to content

Commit

Permalink
Merge pull request #97 from 4rtem/patch-1
Browse files Browse the repository at this point in the history
pTopNode does not take a vaule without <pAttr>
  • Loading branch information
lotsaram committed Oct 3, 2019
2 parents 91f8850 + caa61e3 commit d2097ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main/}bedrock.hier.create.fromattribute.pro
Expand Up @@ -207,6 +207,8 @@ ElseIF( Subst( pTopNode, Long( pTopNode )-7, 8 ) @= '<pAttr>' );
sTopNode = Subst( pTopNode, 1, Long( pTopNode )-8 ) | ' ' | pAttr;
ElseIF( Scan( '<pAttr>', pTopNode ) >0 );
sTopNode = Subst( pTopNode, 1, Scan( '<pAttr>', pTopNode )-1 ) | pAttr | Subst( pTopNode, Scan( '<pAttr>', pTopNode )+7,Long(pTopNode) );
Else;
sTopNode = pTopNode;
EndIf;

## Validate Unallocated node name
Expand Down

0 comments on commit d2097ab

Please sign in to comment.