mirror of
https://github.com/nasa/trick.git
synced 2025-01-25 13:49:51 +00:00
80f341f5e7
* Updated to use std::string instead for cases that ruturn const char* by referencing to a local variable. * Updated c_str invovled check as it is never NULL and always return a null-terminated ('\0') string and also removed unnecessary conversion using c_str. * Updated a data_products file missed last time to replace c_str check with string check. * Updated missed parts to replace c_str check with string check. * Updated to use C++ string comparison for std::string variables.