[A89] Re: Weird problem with some character arrays...


[Prev][Next][Index][Thread]

[A89] Re: Weird problem with some character arrays...




> char copy[40];

...

> 
> copy[40] = 0;

Bad idea.

-Kevin




Follow-Ups: