aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/util/process_executor.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/util/process_executor.rs')
-rw-r--r--crates/shirabe/src/util/process_executor.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/src/util/process_executor.rs b/crates/shirabe/src/util/process_executor.rs
index 00091029..875c8810 100644
--- a/crates/shirabe/src/util/process_executor.rs
+++ b/crates/shirabe/src/util/process_executor.rs
@@ -224,7 +224,7 @@ impl ProcessExecutor {
&command_str,
&Self::escape(&Self::get_executable(&m1)),
0,
- strlen(&m1) as usize,
+ Some(strlen(&m1)),
);
}
}