Skip to content
Snippets Groups Projects
Unverified Commit bc1fd13d authored by bors[bot]'s avatar bors[bot] Committed by GitHub
Browse files

Merge #729


729: remove typo r=stlankes a=stlankes



Co-authored-by: Stefan Lankes's avatarStefan Lankes <slankes@eonerc.rwth-aachen.de>
parents 74f80f31 f677532b
No related branches found
No related tags found
No related merge requests found
Pipeline #971437 failed
......@@ -32,7 +32,7 @@ pub trait SyscallInterface: Send + Sync {
let mut envv = Vec::new();
let envs = env::vars();
debug!("Setting envv as: {:?}", envs);
debug!("Setting env as: {:?}", envs);
for (key, value) in envs {
let ptr = Box::leak(format!("{key}={value}\0").into_boxed_str()).as_ptr();
envv.push(ptr);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment