mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-26 21:22:03 +03:00
(dview_get_utf): apply const qualifier to str argument.
This commit is contained in:
parent
fde36f2d1a
commit
0b46b4690f
@ -581,7 +581,7 @@ dview_get_byte (char *str, gboolean * result)
|
||||
*/
|
||||
|
||||
static int
|
||||
dview_get_utf (char *str, int *char_length, gboolean * result)
|
||||
dview_get_utf (const char *str, int *char_length, gboolean * result)
|
||||
{
|
||||
int res = -1;
|
||||
gunichar ch;
|
||||
|
Loading…
Reference in New Issue
Block a user