summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric Bail <cedric@osg.samsung.com>2018-02-22 14:55:31 -0800
committerCedric Bail <cedric@osg.samsung.com>2018-02-22 14:55:31 -0800
commita7c402b501bef8e1b72b80727662bcd2c654f3f1 (patch)
treed3c564be6951d8d2aad9d4888648aac854f56e4f
parent77b31ba0237a9579ac317f8c1ef3b9a73c17ebd1 (diff)
downloadefl-a7c402b501bef8e1b72b80727662bcd2c654f3f1.tar.gz
emotion: silence warning due to vpath change.
-rw-r--r--src/lib/emotion/emotion_smart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/emotion/emotion_smart.c b/src/lib/emotion/emotion_smart.c
index 7e33a90a67..d84e5a1bd9 100644
--- a/src/lib/emotion/emotion_smart.c
+++ b/src/lib/emotion/emotion_smart.c
@@ -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);