oops... thanks stefan and build bot.
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Wed, 24 Oct 2012 21:51:59 +0000 (21:51 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Wed, 24 Oct 2012 21:51:59 +0000 (21:51 +0000)
I don't have eo here, so I can't test newer edje... not even compile :-P

SVN revision: 78413

legacy/edje/src/bin/edje_cc_parse.c

index 3c99aa0..42b68a4 100644 (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)
      {