From 4591e75f5be995d26126b16b1dd840d27b9624e1 Mon Sep 17 00:00:00 2001 From: "C.W. Betts" Date: Thu, 4 Feb 2021 18:20:58 -0700 Subject: [PATCH] Fix the last formatting warning I was able to find. --- src/common/cd_image_memory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/cd_image_memory.cpp b/src/common/cd_image_memory.cpp index 57711f2ee..1f8c281c5 100644 --- a/src/common/cd_image_memory.cpp +++ b/src/common/cd_image_memory.cpp @@ -81,7 +81,7 @@ bool CDImageMemory::CopyImage(CDImage* image, ProgressCallback* progress) { if (!image->ReadSectorFromIndex(memory_ptr, index, lba)) { - Log_ErrorPrintf("Failed to read LBA %u in index %u", lba, index); + Log_ErrorPrintf("Failed to read LBA %u in index %u", lba, i); return false; }