Evas benchmark: Add .tgv extension to saved files

This will make the saver actually do something, instead of
just skipping the save as no extension = unknown format :)
This commit is contained in:
Jean-Philippe Andre 2014-04-02 12:17:27 +09:00
parent 634034af46
commit dcca057213
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ evas_bench_saver_tgv(int request)
int i;
source = _test_image_get("mars_rover_panorama_half-size.jpg");
eina_file_mkstemp("evas_saver_benchXXXXXX", &dest);
eina_file_mkstemp("evas_saver_benchXXXXXX.tgv", &dest);
o = evas_object_image_add(e);
evas_object_image_file_set(o, source, NULL);