Bug #929
- Fixed bug #929, which corrected argument handling for aliases. Signed-off-by: Paul Beckingham <paul@beckingham.net>
This commit is contained in:
committed by
Paul Beckingham
parent
53ac325705
commit
0f60e8c758
@@ -399,6 +399,9 @@ void A3::resolve_aliases ()
|
||||
this->push_back (Arg (*e));
|
||||
|
||||
expanded.clear ();
|
||||
|
||||
// The push_back destroyed categorization, redo that now.
|
||||
categorize ();
|
||||
}
|
||||
}
|
||||
while (something && --safety_valve > 0);
|
||||
|
||||
Reference in New Issue
Block a user