From 65211d182a814bca695b9a8fdfb661380d155635 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20DEL=20NERO?= Date: Sat, 18 Feb 2023 19:57:11 +0100 Subject: [PATCH] hxcmod build warning fix. --- src/common/hxcmod/hxcmod.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/hxcmod/hxcmod.c b/src/common/hxcmod/hxcmod.c index 9189d90..c58ea27 100644 --- a/src/common/hxcmod/hxcmod.c +++ b/src/common/hxcmod/hxcmod.c @@ -12,7 +12,7 @@ // File : hxcmod.c // Contains: a tiny mod player // -// Written by: Jean François DEL NERO +// Written by: Jean-François DEL NERO // // You are free to do what you want with this code. // A credit is always appreciated if you include it into your prod :) @@ -1417,7 +1417,7 @@ int hxcmod_load( modcontext * modctx, void * mod_data, int mod_data_size ) #ifdef FULL_STATE memclear(&(modctx->effects_event_counts),0,sizeof(modctx->effects_event_counts)); #endif - memcopy(&(modctx->song.title),modmemory,1084); + memcopy(&(modctx->song),modmemory,1084); i = 0; modctx->number_of_channels = 0;