mirror of
https://github.com/nasa/trick.git
synced 2024-12-20 21:53:10 +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. |
||
---|---|---|
.. | ||
FrameDataRecordGroup.cpp | ||
FrameLog_c_intf.cpp | ||
FrameLog.cpp | ||
Makefile | ||
Makefile_deps |