diff options
author | Ladislav Zezula <E:\Ladik\Mail> | 2016-03-13 16:21:43 +0100 |
---|---|---|
committer | Ladislav Zezula <E:\Ladik\Mail> | 2016-03-13 16:21:43 +0100 |
commit | 4317b58e4eab1cb058907fbbaf0a5e8ae48cdb8c (patch) | |
tree | 733ec378a77b9e567f3f6511b80fca2617c26417 /test | |
parent | b5b9acbaf081034e148f41af28a59ca5e29af282 (diff) |
+ Little bug
Diffstat (limited to 'test')
-rw-r--r-- | test/StormTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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)
|