Re: StrNCat bug--truncate at 2048?

2003-09-08 Thread Greg Lutz
At 12:38 PM 9/7/2003, Hal Mueller wrote: I ran into a situation where StrNCat was refusing to add anything to a destination string if the destination length exceeded 2048 characters. The destination buffer has plenty of space. After looking at the 3.5 source for StrNCat, I believed at first

StrNCat bug--truncate at 2048?

2003-09-07 Thread Hal Mueller
I ran into a situation where StrNCat was refusing to add anything to a destination string if the destination length exceeded 2048 characters. The destination buffer has plenty of space. After looking at the 3.5 source for StrNCat, I believed at first it was because of the use of type Char in