mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-12 10:53:23 +03:00
Rewrite it to use g_string_append_c instead of some homebrew stuff
This commit is contained in:
parent
b48c30e337
commit
7c64c2767b
@ -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