mirror of
https://github.com/MidnightCommander/mc
synced 2025-02-03 17:07:00 +03:00
Fix escaping functions to also escape the leading whitespace
This commit is contained in:
parent
985f73c374
commit
b48c30e337
@ -1526,4 +1526,3 @@ Q_ (const char *s)
|
||||
sep = strchr(result, '|');
|
||||
return (sep != NULL) ? sep + 1 : result;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user