filename is const

SVN revision: 24414
devs/devilhorns/wayland_egl
sebastid 17 years ago committed by sebastid
parent e3be454d46
commit 5dc6a1479f
  1. 2
      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))

Loading…
Cancel
Save