LibretroAdmin f2d8b67f23 (task_database_cue.c) Simplifications:
- unsafe strcpy/strcat/sprintf were used, so pass 'len' parameters
to detect_{system} functions so that we can use the safer strlcpy/strlcat
calls instead
- thanks to strlcat/strlcpy return values, we can do less string concatenations
and get the same results
- some other miscellanous cleanups
2022-08-24 16:08:06 +02:00
..
2021-10-15 14:32:07 +02:00
2022-08-08 22:41:32 +02:00
2020-08-24 14:35:25 +02:00
2020-08-15 00:35:15 +02:00
2022-08-20 19:17:28 +02:00