13
0

WebSockets: NOOP fix comment in manifest.cc

This commit is contained in:
Luciano Iam 2020-04-20 01:34:04 +02:00 committed by Robin Gareus
parent 3c423d9265
commit d5c2af1cfb
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -92,7 +92,7 @@ SurfaceManifest::exists_at_path (std::string path)
return Glib::file_test (xml_path, Glib::FILE_TEST_EXISTS);
}
/* adapted from https://stackoverflow.com/questions/10789740/passing-stdstring-by-value-or-reference
/* adapted from https://stackoverflow.com/questions/7724448/simple-json-string-escape-for-c
CC BY-SA 4.0 license */
std::string
SurfaceManifest::escape_json (const std::string &s) {