From 3839de53f0057658b8fab236cec03fdb2fff1d8c Mon Sep 17 00:00:00 2001 From: LostDragonist Date: Thu, 3 Jan 2019 04:39:34 -0600 Subject: Don't call ASCII function with unicode --- src/profile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/profile.cpp') diff --git a/src/profile.cpp b/src/profile.cpp index e3c1e5ac..9da1a698 100644 --- a/src/profile.cpp +++ b/src/profile.cpp @@ -286,7 +286,7 @@ void Profile::createTweakedIniFile() } if (error) { - reportError(tr("failed to create tweaked ini: %1").arg(getCurrentErrorStringA().c_str())); + reportError(tr("failed to create tweaked ini: %1").arg(getCurrentErrorString().c_str())); } qDebug("%s saved", qPrintable(QDir::toNativeSeparators(tweakedIni))); } -- cgit v1.3.1