Fixes bug #172 (adjust controls & rules when node/link added or deleted)
- Also adds new API function EN_deletecontrol - Updates and re-arranges entries in the VBA and VB.Net headers
This commit is contained in:
@@ -531,7 +531,7 @@ typedef struct s_aRule /* Control Rule Structure */
|
||||
Premise *Pchain; /* Linked list of premises */
|
||||
Action *Tchain; /* Linked list of actions if true */
|
||||
Action *Fchain; /* Linked list of actions if false */
|
||||
struct s_aRule *next;
|
||||
//struct s_aRule *next;
|
||||
} aRule;
|
||||
|
||||
typedef struct s_ActItem /* Action list item */
|
||||
|
||||
Reference in New Issue
Block a user