filename is const

SVN revision: 24414
This commit is contained in:
sebastid 2006-08-06 01:35:56 +00:00 committed by sebastid
parent e3be454d46
commit 5dc6a1479f
1 changed files with 1 additions and 1 deletions

View File

@ -472,7 +472,7 @@ data_write(void)
if (verbose) if (verbose)
{ {
struct stat st; struct stat st;
char *file = NULL; const char *file = NULL;
evas_object_image_file_get(im, &file, NULL); evas_object_image_file_get(im, &file, NULL);
if ((file) && (stat(file, &st) != 0)) if ((file) && (stat(file, &st) != 0))