summaryrefslogtreecommitdiff
path: root/src/w_merge.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w_merge.c')
-rw-r--r--src/w_merge.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/w_merge.c b/src/w_merge.c
index 027c6c2c..e7ba224f 100644
--- a/src/w_merge.c
+++ b/src/w_merge.c
@@ -33,6 +33,7 @@
#include "doomtype.h"
#include "i_system.h"
+#include "m_misc.h"
#include "w_merge.h"
#include "w_wad.h"
#include "z_zone.h"
@@ -718,7 +719,7 @@ void W_NWTDashMerge(char *filename)
// Replace this entry with an empty string. This is what
// nwt -merge does.
- strcpy(iwad_sprites.lumps[i].name, "");
+ M_StringCopy(iwad_sprites.lumps[i].name, "", 8);
}
}