mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
60030e373e
* Reduce snprintf and/or use them only for concatenating the string formatting of numbers/values * Reduce snprintfs * Use snprintf for concatenation at parts * * We don't need to NULL-terminate strings that get passed to strlcpy/strlcat and friends * Use snprintf for concatenation in certain instances * Do away with some string intermediary copies where we can avoid it * Fix warning unused variable * * Reduce snprintf calls * Rewrite snprintf calls into strlcpy where possible * Use snprintf for concatenation when necessary * Do away with some string intermediary copies in task_translation.c * run_translation_service - make switch slightly smaller