mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-29 00:13:10 +01:00
WebSockets: NOOP fix comment in manifest.cc
This commit is contained in:
parent
3c423d9265
commit
d5c2af1cfb
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue