diff options
author | Brad King <brad.king@kitware.com> | 2016-10-24 18:36:50 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-10-24 18:36:50 (GMT) |
commit | 4ec0329bf1cc39eddfa9dd5c58e83992b8979181 (patch) | |
tree | c174239fd9d8ffadbe29e35df76fbff6b932bb4b /Source | |
parent | de21e564edddd8a2e53f6982ef8994fd6758170a (diff) | |
parent | 9b8dc79cc84d12c1e661ca3cd77b773b463508d7 (diff) | |
download | CMake-4ec0329bf1cc39eddfa9dd5c58e83992b8979181.zip CMake-4ec0329bf1cc39eddfa9dd5c58e83992b8979181.tar.gz CMake-4ec0329bf1cc39eddfa9dd5c58e83992b8979181.tar.bz2 |
Merge branch 'cmake-server-message-quoting' into release
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmServerDictionary.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmServerDictionary.h b/Source/cmServerDictionary.h index c82274a..2d64cbd 100644 --- a/Source/cmServerDictionary.h +++ b/Source/cmServerDictionary.h @@ -87,8 +87,8 @@ static const std::string kWARN_UNUSED_KEY = "warnUnused"; static const std::string kWATCHED_DIRECTORIES_KEY = "watchedDirectories"; static const std::string kWATCHED_FILES_KEY = "watchedFiles"; -static const std::string kSTART_MAGIC = "[== CMake Server ==["; -static const std::string kEND_MAGIC = "]== CMake Server ==]"; +static const std::string kSTART_MAGIC = "[== \"CMake Server\" ==["; +static const std::string kEND_MAGIC = "]== \"CMake Server\" ==]"; static const std::string kRENAME_PROPERTY_VALUE = "rename"; static const std::string kCHANGE_PROPERTY_VALUE = "change"; |