summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
Diffstat (limited to 'libs')
-rw-r--r--libs/surfaces/websockets/manifest.cc2
1 files changed, 1 insertions, 1 deletions
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) {