Re: [fossil-users] cannot compute difference between binary files

2011-06-11 Thread Jesse Goerz
gt; -if( c<=0x1f && isBinary[c] ){ > +/* If a NULL byte is found, mark as binary */ > +if( !c ) { >break; > } > } >if( i>=n ){ > return 0; /* Plain text */ > > > On Fri, Jun 10, 2011 at 04:16:31PM -0400, Jesse Go

[fossil-users] cannot compute difference between binary files

2011-06-10 Thread Jesse Goerz
Hello, I have checked in some perl files that had some very large one line blobs. These blobs were much longer than the LENGTH_MASK (8192) characters. At that point I got the subject message every time I changed the file and diffed it. I have since removed the one line blobs and have confirmed