mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-06 01:37:47 +00:00
Remove dependency of strlcat()
There was only one place where `strlcat` was used, and `snprintf` actually does a better job at what the code was trying to achieve. Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
This commit is contained in:
@@ -27,5 +27,5 @@ Other
|
||||
extern/reallocarray.c is derived from the OpenBSD Project,
|
||||
http://www.openbsd.org, and is released under the ISC license.
|
||||
|
||||
extern/strlcat.c and extern/strlcpy.c are derived from the OpenBSD Project,
|
||||
http://www.openbsd.org, and are released under the BSD license.
|
||||
extern/strlcpy.c is derived from the OpenBSD Project, http://www.openbsd.org,
|
||||
and is released under the BSD license.
|
||||
|
||||
Reference in New Issue
Block a user