From 4317b58e4eab1cb058907fbbaf0a5e8ae48cdb8c Mon Sep 17 00:00:00 2001 From: Ladislav Zezula Date: Sun, 13 Mar 2016 16:21:43 +0100 Subject: + Little bug --- test/StormTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/StormTest.cpp b/test/StormTest.cpp index 114870c..2f2b272 100644 --- a/test/StormTest.cpp +++ b/test/StormTest.cpp @@ -2452,7 +2452,7 @@ static int TestOpenFile_OpenByName(const char * szPlainName, const char * szFile STORM_FREE(pFileData); } else - nError = Logger.PrintError("Failed to load the file %s", "File00000023.xxx"); + nError = Logger.PrintError("Failed to load the file %s", szFileName); // Compare the CRC32 if(nError == ERROR_SUCCESS && dwCrc32_1 && dwCrc32_2) -- cgit v1.2.3