Index: [thread] [date] [subject] [author]
  From: Andrew Apted <ajapted@netspace.net.au>
  To  : ggi-develop@eskimo.com
  Date: Fri, 28 Aug 1998 23:48:54 +1000

Re: libggi doc changes

Marcus writes:

>  Andrew Apted wrote:
>  > 
>  >      for (; cur_len % pixfmt->modulo; cur_len++) *buf++ = 0;
>  > 
>  >   [assuming cur_len is the current length of the line (in bytes), and buf
>  >    is a pointer to uint8].
>  
>  I don't see why any target would bother what the contents of the
>  "offbuffer" area. So why confuse people with the = 0 part ?

I was assuming it had to be initialized to 0... stupid now that I think
about it.

Cheers,
_____________________________________________  ____
                                               \  /
  Andrew Apted   <andrew@ggi-project.org>       \/
  

Index: [thread] [date] [subject] [author]