FIXME: what do you do when fi is NULL?

* hint, don't SEGV.


SVN revision: 20824
This commit is contained in:
stffrdhrn 2006-02-27 14:52:36 +00:00 committed by stffrdhrn
parent 10d6748b56
commit 436fcc1c36
1 changed files with 2 additions and 2 deletions

View File

@ -275,7 +275,7 @@ evas_common_font_add(RGBA_Font *fn, const char *name, int size)
fn->fonts = evas_list_append(fn->fonts, fi);
return fn;
}
fi->hinting = fn->hinting;
// fi->hinting = fn->hinting;
return NULL;
}
@ -292,7 +292,7 @@ evas_common_font_memory_add(RGBA_Font *fn, const char *name, int size, const voi
fn->fonts = evas_list_append(fn->fonts, fi);
return fn;
}
fi->hinting = fn->hinting;
// fi->hinting = fn->hinting;
return NULL;
}