make it work with GCC-14 (LMDE7)
This commit is contained in:
@@ -561,7 +561,7 @@ bdmReadConfiguration ()
|
||||
|
||||
if (env && strlen (env))
|
||||
{
|
||||
char* fname = malloc (strlen (env) + 1 + strlen (M68K_BDM_INIT_FILE));
|
||||
char* fname = malloc (strlen (env) + 2 + strlen (M68K_BDM_INIT_FILE));
|
||||
|
||||
if (fname)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user