diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2019-01-30 20:53:48 -0600 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2019-01-30 20:53:48 -0600 |
| commit | 1369c8d5712bc3b23bcc5a5e9ead4a6ec159bc17 (patch) | |
| tree | 12cd6e96b78e2e22425734cb7ac1a2f784084ea3 /src/profile.cpp | |
| parent | 4b522f40e88e1350434aaa7d77fc60cb7ca36930 (diff) | |
Make logs more consistent in format and content
Diffstat (limited to 'src/profile.cpp')
| -rw-r--r-- | src/profile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profile.cpp b/src/profile.cpp index a5e3bc54..79f7d59e 100644 --- a/src/profile.cpp +++ b/src/profile.cpp @@ -349,7 +349,7 @@ void Profile::renameModInList(QFile &modList, const QString &oldName, const QStr modName = newName; ++renamed; } - outBuffer.write(modName.toUtf8().constData()); + outBuffer.write(qUtf8Printable(modName)); outBuffer.write("\r\n"); } modList.close(); |
