RE: [GD-Windows] sprintf weirdness
Brought to you by:
vexxed72
From: Andras B. <bn...@ma...> - 2004-07-15 19:56:09
|
Ok, I've found the bug: I've had my own memset routine, and my version of memset uses the int pattern as a 32 bit value to fill the memory, while the original memset uses only the first byte of the int pattern to fill... Now how funny is that! :-) Cheers, Andras |