diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-10-20 22:44:15 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-10-20 22:44:15 +0200 |
commit | d84054ecbbd15e92736e5e5f55e36f72f410d3a5 (patch) | |
tree | 25f3aae9ca5c4e16eb0bfe163044c1080f9bed96 /src/Utils.cpp | |
parent | 939bf23921cce4b934ecc2a98fa871c7538d0276 (diff) |
gsr-overlay > gsr-ui
Diffstat (limited to 'src/Utils.cpp')
-rw-r--r-- | src/Utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Utils.cpp b/src/Utils.cpp index c3da908..0f86ecc 100644 --- a/src/Utils.cpp +++ b/src/Utils.cpp @@ -208,7 +208,7 @@ namespace gsr { if(stat(runtime_dir_path, &st) == -1 || !S_ISDIR(st.st_mode)) snprintf(runtime_dir_path, sizeof(runtime_dir_path), "/tmp"); - strcat(runtime_dir_path, "/gsr-overlay"); + strcat(runtime_dir_path, "/gsr-ui"); if(create_directory_recursive(runtime_dir_path) != 0) return result; |