current CVS mc isn't compilable



Hello mc-devel,

the patch says it all.

Regards,
Jindrich
-- 
Jindrich Novy <jnovy redhat com>, http://people.redhat.com/jnovy/
(o_                                                           _o)
//\      The worst evil in the world is refusal to think.     //\
V_/_                                                         _\_V

--- mc-4.6.1a/src/view.c.bracket	2006-01-31 15:39:30.000000000 +0100
+++ mc-4.6.1a/src/view.c	2006-02-01 14:52:39.000000000 +0100
@@ -1744,7 +1744,7 @@ view_display_hex (WView *view)
     const screen_dimen width = view->data_area.width;
     const int ngroups = view->bytes_per_line / 4;
     const screen_dimen text_start =
-	8 + 13 * ngroups + ((width < 80) ? 0 : (ngroups - 1 + 1);
+	8 + 13 * ngroups + ((width < 80) ? 0 : (ngroups - 1 + 1));
     /* 8 characters are used for the file offset, and every hex group
      * takes 13 characters. On ``big'' screens, the groups are separated
      * by an extra vertical line, and there is an extra space before the


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]