trick/trick_source/data_products
Hong Chen 80f341f5e7
Fix the issue of returning a pointer to a local variable in data_products (#1593)
* 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.
2023-10-26 10:39:02 -05:00
..
Apps Replace sprintf with snprintf in all of Trick source. #1384 (#1392) 2022-11-15 15:00:05 -06:00
DPX Fix the issue of returning a pointer to a local variable in data_products (#1593) 2023-10-26 10:39:02 -05:00
EQParse Replace sprintf with snprintf in all of Trick source. #1384 (#1392) 2022-11-15 15:00:05 -06:00
Log Replace sprintf with snprintf in all of Trick source. #1384 (#1392) 2022-11-15 15:00:05 -06:00
units Cmake merge (#901) 2019-11-19 09:01:16 -06:00
Var Cmake merge (#901) 2019-11-19 09:01:16 -06:00
.gitignore trk2csv can open too many files #508 2018-01-24 07:55:14 -06:00
CMakeLists.txt CMake is not Cake 2019-11-19 13:29:32 -06:00
makefile Get configure with no java and no X to work #735 (#817) 2019-06-18 11:00:42 -05:00