Christoph Egger writes:

>  OK - I have made a patch (attached). Is it ok?

[SNIP]  

>  -    for (count=0; *str && (x < LIBGGI_VIRTX(vis));
>  +    for (*str && (x < LIBGGI_VIRTX(vis));
>            str++, x += char_w) {
  
Did that compile ?  There's an `;' missing.

Cheers,
__
\/   Andrew Apted  <[EMAIL PROTECTED]>
 

Reply via email to