Re: current CVS mc isn't compilable

2006-02-02 Thread Roland Illig

Pavel Tsekov wrote:

Fixed.


Oops and thanks. :)

Roland
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


current CVS mc isn't compilable

2006-02-01 Thread Jindrich Novy
Hello mc-devel,

the patch says it all.

Regards,
Jindrich
-- 
Jindrich Novy [EMAIL PROTECTED], 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.0 +0100
+++ mc-4.6.1a/src/view.c	2006-02-01 14:52:39.0 +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
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: current CVS mc isn't compilable

2006-02-01 Thread Pavel Tsekov
Fixed.

___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: current CVS mc isn't compilable

2006-02-01 Thread Leonard den Ottolander
Hi Jindrich,

On Wed, 2006-02-01 at 15:10 +0100, Jindrich Novy wrote:
 the patch says it all.

It appears Pavel Tsekov has done a commit to fix this, but as he has
used the CVS tag HEAD it does not appear in my cvs updates for the MAIN
branch.

Pavel, could you redo the commit without the CVS tag?

Leonard.

-- 
mount -t life -o ro /dev/dna /genetic/research


___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel