mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-05 19:51:45 +00:00
452c61db7a
We can use a std::string here instead of setting up a scope guard and manual allocations. We also don't need to care about null-termination, as c_str() will automatically ensure this is done when passing it into ini_parse_string(). |
||
---|---|---|
.. | ||
bpc_mitm | ||
fs_mitm | ||
ns_mitm | ||
set_mitm | ||
amsmitm_main.cpp | ||
amsmitm_modules.cpp | ||
amsmitm_modules.hpp | ||
debug.cpp | ||
debug.hpp | ||
ini.c | ||
ini.h | ||
utils.cpp | ||
utils.hpp |