From d3a486ee24fd554f38293557b4d2dcf53ae9f403 Mon Sep 17 00:00:00 2001 From: "C.W. Betts" Date: Fri, 10 May 2024 12:53:06 -0600 Subject: [PATCH] Remove commented-out code. --- bitmap/bitmain.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/bitmap/bitmain.cpp b/bitmap/bitmain.cpp index a1c6d873..2b7642a1 100644 --- a/bitmap/bitmain.cpp +++ b/bitmap/bitmain.cpp @@ -661,7 +661,6 @@ void bm_ChangeEndName(const char *src, char *dest) { ddio_SplitPath(src, path, filename, ext); limit = BITMAP_NAME_LEN - 7; // Make sure we don't go over our name length limit -// strncpy(filename, filename, limit); filename[limit] = 0; Start: if (curnum != -1)