* src/screen.c (show_dir): Remove unneeded code.

This commit is contained in:
Pavel Tsekov 2007-08-24 09:13:47 +00:00
parent 91dcf2be2b
commit 339a66dc2f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-08-24 Pavel Tsekov <ptsekov@gmx.net>
* screen.c (show_dir): Remove unneeded code.
2007-08-23 Pavel Tsekov <ptsekov@gmx.net>
* filegui.c (rd_widgets) [_LARGE_FILES]: Use format string

View File

@ -792,7 +792,7 @@ show_dir (WPanel *panel)
tmp[panel->widget.cols] = '\0';
trim (strip_home_and_password (panel->cwd), tmp,
min (max (panel->widget.cols - 7, 0), panel->widget.cols) );
max (panel->widget.cols - 7, 0));
addstr (tmp);
g_free (tmp);
widget_move (&panel->widget, 0, 1);