Hi,
This file is an old one.
I ll send a patch for salatsayout this evening.
Cu
Sebastien
Le 11 févr. 07 à 20:42, Mox Soini a écrit :
Hi Sebastien,
thanks for the code :)
I looked through the code, and even though I only understand some
of it,
this is probably broken code:
+ if(mnTextOfs>0){
+
+ }
+ // Case when offset is too high for length asked
(workaround of
problem of mnTextOfs > 0)
+ if((mnTextOfs+mnTextLen) > rArgs.mnLength){
+ //fprintf(stderr,"(mnTextOfs+mnTextLen) >
rArgs.mnLength :
%d + %d > %d",mnTextOfs,mnTextLen,rArgs.mnLength);
+ fprintf(stderr,"(mnTextOfs+mnTextLen) >
rArgs.mnLength");
+ mnTextOfs = kATSUFromTe
+ }
Specifically the extra "}". You close the if -clause before the
code meant
to be in it.
Best regards,
Mox
On 2/9/07, Sébastien PLISSON <[EMAIL PROTECTED]> wrote:
Good tests
Pli Pli
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Mox on G
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]