summaryrefslogtreecommitdiff
path: root/src/profile.cpp
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2015-04-08 18:54:09 +0200
committerTannin <devnull@localhost>2015-04-08 18:54:09 +0200
commit9eb1a303a7b750f69e1cf0cdf7518e09d6b62c2d (patch)
treeb48dd12c100614aca3b942b79ea5eb00b394af9a /src/profile.cpp
parenta44c4bbdb2b99759b4d36687153465df51cc9cf9 (diff)
cosmetic changes and increased version number
Diffstat (limited to 'src/profile.cpp')
-rw-r--r--src/profile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profile.cpp b/src/profile.cpp
index c1e6e5fc..09ac0713 100644
--- a/src/profile.cpp
+++ b/src/profile.cpp
@@ -543,7 +543,7 @@ void Profile::mergeTweak(const QString &tweakName, const QString &tweakedIni) co
for (std::vector<std::wstring>::iterator keyIter = keys.begin();
keyIter != keys.end(); ++keyIter) {
- //TODO this treats everything as strings but how could I differentiate the type?
+ //TODO this treats everything as strings but how could I differentiate the type?
::GetPrivateProfileStringW(iter->c_str(), keyIter->c_str(),
nullptr, buffer.data(), bufferSize, ToWString(tweakName).c_str());
::WritePrivateProfileStringW(iter->c_str(), keyIter->c_str(),