diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-10-20 22:46:28 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-10-20 22:46:28 +0200 |
commit | 57977f29e10c8c2a8ba58c25e9ab653aed7cc0a9 (patch) | |
tree | f47de5e6f3c3a2bc357d832b2a27a76818b3a85b /src/Overlay.cpp | |
parent | d84054ecbbd15e92736e5e5f55e36f72f410d3a5 (diff) |
gsr-overlay > gsr-ui, 2
Diffstat (limited to 'src/Overlay.cpp')
-rw-r--r-- | src/Overlay.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Overlay.cpp b/src/Overlay.cpp index c8b2678..ff12770 100644 --- a/src/Overlay.cpp +++ b/src/Overlay.cpp @@ -482,7 +482,7 @@ namespace gsr { } int exit_code = -1; - // The process is no longer a child process since gsr overlay has restarted + // The process is no longer a child process since gsr ui has restarted if(errno == ECHILD) { errno = 0; kill(gpu_screen_recorder_process, 0); |