diff options
author | Brad King <brad.king@kitware.com> | 2016-10-25 13:08:49 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-10-25 13:08:49 (GMT) |
commit | 9a399c27a8c6e9a264cbabf9bb3b091b2e74a71f (patch) | |
tree | 020b82196e1c74ed6ac066631babe3560ba8cb51 /Source | |
parent | c1a520513d4c7504fc9e9e4d9e56acc24569f490 (diff) | |
parent | 9b8dc79cc84d12c1e661ca3cd77b773b463508d7 (diff) | |
download | CMake-9a399c27a8c6e9a264cbabf9bb3b091b2e74a71f.zip CMake-9a399c27a8c6e9a264cbabf9bb3b091b2e74a71f.tar.gz CMake-9a399c27a8c6e9a264cbabf9bb3b091b2e74a71f.tar.bz2 |
Merge topic 'cmake-server-message-quoting'
9b8dc79c cmake-server: Change message wrapper to avoid ambiguity with content
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"; |