mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
stop a strcpy() warning on OpenBSD
This commit is contained in:
@@ -238,14 +238,12 @@ fstk_FindFile(char *s)
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
ULONG
|
ULONG
|
||||||
fstk_RunInclude(char *s)
|
fstk_RunInclude(char *tzFileName)
|
||||||
{
|
{
|
||||||
FILE *f;
|
FILE *f;
|
||||||
char tzFileName[_MAX_PATH + 1];
|
|
||||||
|
|
||||||
//printf("INCLUDE: %s\n", s);
|
//printf("INCLUDE: %s\n", s);
|
||||||
|
|
||||||
strcpy(tzFileName, s);
|
|
||||||
fstk_FindFile(tzFileName);
|
fstk_FindFile(tzFileName);
|
||||||
//printf("INCLUDING: %s\n", tzFileName);
|
//printf("INCLUDING: %s\n", tzFileName);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user