mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-12 23:31:38 -07:00
do not use full escaping path for cli args - does not correctly match command line behavior
This commit is contained in:
@@ -10030,7 +10030,7 @@ rd_init(CmdLine *cmdln)
|
||||
{
|
||||
if(str8_find_needle(n->string, 0, str8_lit(" "), 0) < n->string.size)
|
||||
{
|
||||
str8_list_pushf(scratch.arena, &passthrough_args_list, "\"%S\"", escaped_from_raw_str8(scratch.arena, n->string));
|
||||
str8_list_pushf(scratch.arena, &passthrough_args_list, "\"%S\"", n->string);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user