oops... thanks stefan and build bot.

I don't have eo here, so I can't test newer edje... not even compile :-P



SVN revision: 78413
This commit is contained in:
Gustavo Sverzut Barbieri 2012-10-24 21:51:59 +00:00
parent cedf5d0cf9
commit 3519c6e92e
1 changed files with 4 additions and 2 deletions

View File

@ -788,8 +788,10 @@ compile(void)
snprintf(tmpn, PATH_MAX, "%s/edje_cc.edc-tmp-XXXXXX", tmp_dir);
fd = mkstemp(tmpn);
if (fd < 0)
error_and_abort(ef, "Unable to open temp file \"%s\" for pre-processor.",
sc->tmpn);
{
CRIT("Unable to open temp file \"%s\" for pre-processor.", tmpn);
exit(-1);
}
if (fd >= 0)
{