RetroArch/libretro-common
LibretroAdmin 6f738d4fbd Gradually get rid of strcpy_literal
Reasons:
1 - Just a macro for strcpy
1.2 - doesn't have a return type unlike strlcpy, can't be used
for string concatenation
1.3 - unsafe compared to strlcpy

Do either manual string assignment per character or strlcpy, no
inbetween by resorting to strcpy
2022-08-23 15:04:47 +02:00
..
2022-08-02 11:34:41 +02:00
2022-07-19 21:31:26 +02:00
2020-01-31 15:43:42 +01:00
2022-03-27 18:03:35 +02:00
2022-08-23 15:04:47 +02:00
2020-01-31 15:43:42 +01:00
2020-12-13 21:21:21 +01:00