WebSockets: NOOP fix comment in manifest.cc
This commit is contained in:
parent
3c423d9265
commit
d5c2af1cfb
@ -92,7 +92,7 @@ SurfaceManifest::exists_at_path (std::string path)
|
|||||||
return Glib::file_test (xml_path, Glib::FILE_TEST_EXISTS);
|
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 */
|
CC BY-SA 4.0 license */
|
||||||
std::string
|
std::string
|
||||||
SurfaceManifest::escape_json (const std::string &s) {
|
SurfaceManifest::escape_json (const std::string &s) {
|
||||||
|
Loading…
Reference in New Issue
Block a user