gsr-overlay > gsr-ui, 2

This commit is contained in:
dec05eba
2024-10-20 22:46:28 +02:00
parent d84054ecbb
commit 57977f29e1
3 changed files with 6 additions and 6 deletions

View File

@@ -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);