From 57977f29e10c8c2a8ba58c25e9ab653aed7cc0a9 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 20 Oct 2024 22:46:28 +0200 Subject: gsr-overlay > gsr-ui, 2 --- src/Overlay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Overlay.cpp') 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); -- cgit v1.2.3