summaryrefslogtreecommitdiff
path: root/src/organizercore.cpp
diff options
context:
space:
mode:
authorAl <gabriel.cortesi@outlook.com>2019-05-28 09:42:06 +0200
committerGitHub <noreply@github.com>2019-05-28 09:42:06 +0200
commit6db22ef38898c4ada0dc1d54e697c3edc34ffd54 (patch)
treee9b508c223278201c0eb00e37ce14e494da9af70 /src/organizercore.cpp
parent28b117b1a6bb14fa8f0805dfca0ad5ec245abb44 (diff)
parent5716676e083bde4a6f2ddb57a683df85b96c2d04 (diff)
Merge pull request #734 from isanae/permissive-flag
Permissive flag
Diffstat (limited to 'src/organizercore.cpp')
-rw-r--r--src/organizercore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/organizercore.cpp b/src/organizercore.cpp
index 19b53b8d..bd64e1bc 100644
--- a/src/organizercore.cpp
+++ b/src/organizercore.cpp
@@ -112,7 +112,7 @@ static bool renameFile(const QString &oldName, const QString &newName,
static std::wstring getProcessName(HANDLE process)
{
wchar_t buffer[MAX_PATH];
- wchar_t *fileName = L"unknown";
+ const wchar_t *fileName = L"unknown";
if (process == nullptr) return fileName;