On Thu, 6 Jul 2000, Christopher C. Chimelis wrote: > I know I have a history of "speaking too soon" lately, but my initial lead > on the gnucash problem is that it's reading too much data in when it's > reading the time info on the transactions. From the file I created, it > seems to be reading the size of the description text five bytes into the > description itself (which is right after the time stuff, if I remember > right). > > Still working on it, though :-)
Think I got it. I'm testing it now. Turns out to be a 64-bit issue (as usual, the authors don't expect sizeof(long int) not to equal sizeof(int)). I'll post the location of some test debs shortly... C

