From d5c2af1cfb4c1125e536d81ece46afe7f7ccd384 Mon Sep 17 00:00:00 2001 From: Luciano Iam Date: Mon, 20 Apr 2020 01:34:04 +0200 Subject: [PATCH] WebSockets: NOOP fix comment in manifest.cc --- libs/surfaces/websockets/manifest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/surfaces/websockets/manifest.cc b/libs/surfaces/websockets/manifest.cc index 51e9954e5f..d0174e640d 100644 --- a/libs/surfaces/websockets/manifest.cc +++ b/libs/surfaces/websockets/manifest.cc @@ -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) {