On Fri, 27 Jul 2001, Igor Mozolevsky wrote:
> My dinner was getting cold, thus the brain had temporarily relocated to the 
> stomach area :-P

  heh :)
 
> OOPS!!! My brain is back to where it belongs (open to interpretations!)...
> 
> It should've said:-
> 
> {
>  Char dst[201];
>  Char src[500];
> 
>  MemSet(src, 499, 32);
>  src[499] = \0;
> 
>  StrNCopy(str, src, 200);
> 
>  FrmCustomAlert(ID_ALERT, "It ", dst[200] == \0 ? "is": "is not", " 
> terminated");
>                                      ^^^ (0-199 - 200 chars, 200 - 

  well... 200 chars = 0..199, so, i'd say dst[200] = 32; :P
 
> Aaron:-  :-PPPPPPP
> Also, Aaron, any chance you could set up your website to be more cache 
> friendly??? Please :-)

  cache friendly? :) the whole website is one mega page :) 

// az
[EMAIL PROTECTED]
http://www.ardiri.com/


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to