how the fuck did this get in unnoticed? maybe actually read the warnings cc spits out?

SVN revision: 12107
This commit is contained in:
tsauerbeck 2004-10-31 11:21:30 +00:00 committed by tsauerbeck
parent 651db919e4
commit 2c9986c4e7
1 changed files with 1 additions and 1 deletions

View File

@ -900,7 +900,7 @@ eet_write(Eet_File *ef, char *name, void *data, int size, int compress)
memcpy(data2, data, size);
/* Does this node already exist? */
if (ef->mode = EET_FILE_MODE_RW)
if (ef->mode == EET_FILE_MODE_RW)
{
int i;
for (i = 0; i < node_size; i++)