From 5dc6a1479f4b3e0aeb1e472948b445fe26b8c35e Mon Sep 17 00:00:00 2001 From: sebastid Date: Sun, 6 Aug 2006 01:35:56 +0000 Subject: [PATCH] filename is const SVN revision: 24414 --- legacy/edje/src/bin/edje_cc_out.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/edje/src/bin/edje_cc_out.c b/legacy/edje/src/bin/edje_cc_out.c index 8caa34608f..2eee0a0aab 100644 --- a/legacy/edje/src/bin/edje_cc_out.c +++ b/legacy/edje/src/bin/edje_cc_out.c @@ -472,7 +472,7 @@ data_write(void) if (verbose) { struct stat st; - char *file = NULL; + const char *file = NULL; evas_object_image_file_get(im, &file, NULL); if ((file) && (stat(file, &st) != 0))