From 9eb1a303a7b750f69e1cf0cdf7518e09d6b62c2d Mon Sep 17 00:00:00 2001 From: Tannin Date: Wed, 8 Apr 2015 18:54:09 +0200 Subject: cosmetic changes and increased version number --- 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 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::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(), -- cgit v1.3.1