emotion: silence warning due to vpath change.

This commit is contained in:
Cedric Bail 2018-02-22 14:55:31 -08:00
parent 77b31ba023
commit a7c402b501
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ _efl_canvas_video_efl_file_file_set(Eo *obj EINA_UNUSED, Efl_Canvas_Video_Data *
sd->video.h = 0;
if ((file) && (file[0] != 0))
{
const char *file2 = NULL;
char *file2 = NULL;
eina_stringshare_replace(&sd->file, file);
emotion_engine_instance_file_close(sd->engine_instance);