mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
Warning fix from Dmitry Alexeyev <dmi_a@qnx.org.ru>
This commit is contained in:
parent
95a681cd24
commit
1172440f67
@ -787,7 +787,7 @@ view_status (WView *view, gboolean update_gui)
|
||||
if (w > 46) {
|
||||
widget_move (view, view->have_frame, 24 + view->have_frame);
|
||||
if (view->hex_mode)
|
||||
printw (_("Offset 0x%08x"), view->edit_cursor);
|
||||
printw (_("Offset 0x%08lx"), view->edit_cursor);
|
||||
else
|
||||
printw (_("Col %d"), -view->start_col);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user