mirror of
https://github.com/nasa/trick.git
synced 2025-01-18 02:40:08 +00:00
a32e1d7557
The character string used in the frame log needs to be stored as a character string. We were using a sprintf with a fixed size buffer. The easiest change was to use asprintf which allocates a character string big enough to hold the contents of the print. We need to save this char string as a char string so it works out. |
||
---|---|---|
.. | ||
codegen/Interface_Code_Gen | ||
data_products | ||
er7_utils | ||
java | ||
sim_services | ||
trick_swig | ||
trick_utils | ||
.gitignore |