Compile fix from bad cherry-pick

This commit is contained in:
baldurk
2015-11-18 23:37:23 +01:00
parent 665b4743c6
commit 616a571853
+1 -1
View File
@@ -309,7 +309,7 @@ void ImageViewer::RefreshFile()
if(!f)
{
RDCERR("Couldn't open %s! Exclusive lock elsewhere?", filename);
RDCERR("Couldn't open %s! Exclusive lock elsewhere?", m_Filename.c_str());
return;
}