mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-21 06:53:53 +00:00
Fix double quote marks
This commit is contained in:
parent
912a4d69ee
commit
0d3a1470c9
1 changed files with 1 additions and 1 deletions
|
@ -432,7 +432,7 @@ namespace MWGui
|
||||||
const std::vector<char>& data = mCurrentSlot->mProfile.mScreenshot;
|
const std::vector<char>& data = mCurrentSlot->mProfile.mScreenshot;
|
||||||
if (!data.size())
|
if (!data.size())
|
||||||
{
|
{
|
||||||
Log(Debug::Warning) << "Selected save file '" << mCurrentSlot->mPath.filename() << "' has no savegame screenshot";
|
Log(Debug::Warning) << "Selected save file '" << mCurrentSlot->mPath.filename().string() << "' has no savegame screenshot";
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue