diff --git a/crates/livesplit-auto-splitting/src/runtime/mod.rs b/crates/livesplit-auto-splitting/src/runtime/mod.rs index 05325cf8..6698caa9 100644 --- a/crates/livesplit-auto-splitting/src/runtime/mod.rs +++ b/crates/livesplit-auto-splitting/src/runtime/mod.rs @@ -136,7 +136,7 @@ impl ProcessList { if self .system .refresh_processes_specifics(ProcessesToUpdate::Some(&[pid]), single_process()) - != 0 + == 0 { // FIXME: Unfortunately `refresh_process_specifics` doesn't remove // the process if it doesn't exist anymore. There also doesn't seem