mirror of
https://github.com/MidnightCommander/mc
synced 2025-02-03 17:07:00 +03:00
Rewrite it to use g_string_append_c instead of some homebrew stuff
This commit is contained in:
parent
4c18892d94
commit
2bce868a9b
@ -1526,3 +1526,4 @@ Q_ (const char *s)
|
||||
sep = strchr(result, '|');
|
||||
return (sep != NULL) ? sep + 1 : result;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user