mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +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…
Reference in New Issue
Block a user