edje_cc: Print out the right file name on the error message.

We failed to create sc->tmpo not tmpn here. Looks like a classical C&P error
This commit is contained in:
Stefan Schmidt 2014-09-10 15:27:35 +02:00
parent faa24705c8
commit 6d67f69061
1 changed files with 1 additions and 1 deletions

View File

@ -1552,7 +1552,7 @@ data_write_scripts(Eet_File *ef)
{
unlink(sc->tmpn);
error_and_abort(ef, "Unable to open temp file \"%s\" for script "
"compilation.", sc->tmpn);
"compilation.", sc->tmpo);
}
create_script_file(ef, sc->tmpn, cd, sc->tmpn_fd);
snprintf(buf, sizeof(buf),