On Fri, 15 Nov 2013 11:11:22 +
Caolán McNamara wrote:
> On Thu, 2013-11-14 at 10:03 +0100, Matteo Casalin wrote:
> > This is my fault,
> >unluckily I won't be able to work on that until this late evening.
> >
> > If someone can work on that, the (untested) fix for line 2122 should be
>
On Thu, 2013-11-14 at 10:03 +0100, Matteo Casalin wrote:
> This is my fault,
>unluckily I won't be able to work on that until this late evening.
>
> If someone can work on that, the (untested) fix for line 2122 should be
> something like:
>
> nBorderLen = std::min( 3, std::min( nPar1Len, nPa
This is my fault,
unluckily I won't be able to work on that until this late evening.
If someone can work on that, the (untested) fix for line 2122 should be
something like:
nBorderLen = std::min( 3, std::min( nPar1Len, nPar2Len ) );
Sorry for this
Matteo
_