WebSockets: rename all occurrences of 'disk path' to 'filesystem path'

This commit is contained in:
Luciano Iam 2020-04-12 10:33:04 +02:00 committed by Robin Gareus
parent fef1ed81ed
commit 17cbd65603
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
3 changed files with 4 additions and 4 deletions

View file

@ -84,7 +84,7 @@ ServerResources::scan ()
SurfaceManifestVector builtin = read_manifests (builtin_dir_str);
ss << "[{"
<< "\"diskPath\":\"" << builtin_dir_str << "\""
<< "\"filesystemPath\":\"" << builtin_dir_str << "\""
<< ",\"path\":\"" << builtin_dir_name << "\""
<< ",\"surfaces\":"
<< "[";
@ -100,7 +100,7 @@ ServerResources::scan ()
SurfaceManifestVector user = read_manifests (user_dir_str);
ss << "]},{"
<< "\"diskPath\":\"" << user_dir_str << "\""
<< "\"filesystemPath\":\"" << user_dir_str << "\""
<< ",\"path\":\"" << user_dir_name << "\""
<< ",\"surfaces\":"
<< "[";