Thomas Leonhardt wrote:
>
> I'm not sure if the following has to be changed to,
> cause I'm not "in the code" yet.
>
> while ((diff|(tablength-1))<col) {
> outdata[o++]=(byte)'\t';
> line-=(tablength-1)-(diff&(tablength-1));
> diff=o-line;
> };Yes it does. Twice. Want to take a stab at it? I'll add your name to the credits! ;-) - Sam Ruby
