mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-18 17:29:28 +03:00
(init_learn): fix discard of "const" qualifier from pointer target type assignment.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
5e070286b1
commit
2f74680628
@ -296,7 +296,7 @@ init_learn (void)
|
||||
for (i = 0; i < learn_total; i++)
|
||||
{
|
||||
char buffer[BUF_TINY];
|
||||
char *label;
|
||||
const char *label;
|
||||
int padding;
|
||||
|
||||
learnkeys[i].ok = FALSE;
|
||||
|
Loading…
Reference in New Issue
Block a user