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]>
- ggiPuts - error Christoph Egger
- Re: ggiPuts - error Andrew Apted
- Re: ggiPuts - error Christoph Egger
- Re: ggiPuts - error Andrew Apted
- Re: ggiPuts - error Marcus Sundberg
- Re: ggiPuts - error Andrew Apted
- Re: ggiPuts - error Christoph Egger
- Re: ggiPuts - error Andrew Apted
- Re: ggiPuts - error Christoph Egger
