On Wed, Apr 18, 2012 at 5:59 PM, Carsten Haitzler wrote:
> On Wed, 18 Apr 2012 15:40:39 +1000 David Seikel said:
>> Does eet use a checksum or anything to detect if eet files got
>> corrupted? If so, how does the app find out about it? eet_data_read()
>> returning NULL?
>
> no checksums. if com
On Wed, 18 Apr 2012 15:40:39 +1000 David Seikel said:
> Does eet use a checksum or anything to detect if eet files got
> corrupted? If so, how does the app find out about it? eet_data_read()
> returning NULL?
no checksums. if compressed, decompression of a data segment fails and u get
NULL. if
Does eet use a checksum or anything to detect if eet files got
corrupted? If so, how does the app find out about it? eet_data_read()
returning NULL?
If not, is there an easy way to checksum all the data, so I can do it
myself? Using the serialization stuff, with lists, variable arrays,
sub stru