Module teamwork: Stop using a deprecated function.

This commit is contained in:
Tom Hacohen 2015-04-21 10:29:58 +01:00
parent acfdda6c7f
commit 599eda1a65
1 changed files with 1 additions and 1 deletions

View File

@ -727,7 +727,7 @@ tw_media_get(const char *url, unsigned long long timestamp, Eina_Bool *video)
img = eet_read(media[*video], url, &size);
alias = eet_alias_get(media[*video], url);
buf = eina_binbuf_manage_new_length(img, size);
buf = eina_binbuf_manage_new(img, size, EINA_FALSE);
media_cache_update(alias, timestamp, *video);
eina_stringshare_del(alias);