From f40fa3993e8d921e9a6d4084ba9f0a930134394a Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sun, 10 Oct 2004 04:29:21 +0000 Subject: [PATCH] and dont use buf! :) SVN revision: 11821 --- legacy/edje/src/bin/edje_cc_out.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/edje/src/bin/edje_cc_out.c b/legacy/edje/src/bin/edje_cc_out.c index 4b78feae7a..331ba0db5e 100644 --- a/legacy/edje/src/bin/edje_cc_out.c +++ b/legacy/edje/src/bin/edje_cc_out.c @@ -351,8 +351,8 @@ data_write(void) } else { - fprintf(stderr, "%s: Error. unable to load image for image part \"%s\" as \"%s\" part entry to %s \n", - progname, img->entry, buf, file_out); + fprintf(stderr, "%s: Error. unable to load image for image \"%s\" part entry to %s \n", + progname, img->entry, file_out); ABORT_WRITE(ef, file_out); } }