mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Warning fix: format not a string literal and no format arguments
view.c:3196: format not a string literal and no format arguments Signed-off-by: Mikhail S. Pobolovets <styx.mp@gmail.com>
This commit is contained in:
parent
171d6cae22
commit
5f448874e2
@ -3173,7 +3173,7 @@ do_search (WView *view)
|
||||
view->search_end = view->search_start;
|
||||
break;
|
||||
case -2:
|
||||
message (D_NORMAL, _("Search"), view->search->error_str);
|
||||
message (D_NORMAL, _("Search"), "%s", view->search->error_str);
|
||||
view->search_end = view->search_start;
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user