On Sat, 14 Jul 2001 07:43:52 +1000 (EST), Andrew Lister wrote:

>[EMAIL PROTECTED] writes
>>I found a bug in Xbae-4.9.1. In src/Methods.c function AddRowsToTable()
>>memcpy() is used to move data to make room for new rows. Problem is
>
>Hmmm.  I stuck to using memmove up until my final release due to exactly
>your reason.  I'd be interested to find out why someone (Danny?) changed
>it.
>
>Andrew

Hmm.
I changed a couple of bcopy() or such non-ANSI calls (maybe even
just a macro) once within Xbae. Tried to guess whether memory
overlaps and then select the appropriate call.
Might be that current problems have their origin there?!

A bug like this was addressed by Danny yesterday (or day before?).
I guess he can confirm this ...


---
Alexander Mai
[EMAIL PROTECTED]


Reply via email to