Browse Source
Change the grow_data_for function to copy struct data and modifiy the fields it is updating instead of storing all fields individually to a stack allocated struct. This reduces maintence for future enhancements as now all instances of struct data are created by modifying a copy of an existing struct data or directly copying empty_data. Signed-off-by: Milton Miller <miltonm@bga.com>main
Milton Miller
18 years ago
committed by
Jon Loeliger
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue