* eet: Fix bug when using compression and ciphering.

Reported by discomfitor.


SVN revision: 54540
This commit is contained in:
Cedric BAIL 2010-11-13 23:04:31 +00:00
parent a32b3d4c8a
commit a763db242f
2 changed files with 4 additions and 1 deletions

View File

@ -444,3 +444,7 @@
2010-11-12 Cedric BAIL
* Don't try to read broken file when open in READ_WRITE mode.
2010-11-14 Cedric BAIL
* Fix bug with cypher and compression used together.

View File

@ -2287,7 +2287,6 @@ eet_write_cipher(Eet_File *ef,
data2 = data_ciphered;
data_size = data_ciphered_sz;
size = (data_size > size) ? data_size : size;
}
else
{