Revert "edje_cc: Fix minor coverity defect"

This reverts commit 0106455588.

breaks edje_cc.... :( spin 100% cpu building terminology themes
This commit is contained in:
Carsten Haitzler 2016-07-13 20:54:04 +09:00
parent 7fda68dc47
commit 9f77c5ab55
1 changed files with 2 additions and 0 deletions

View File

@ -185,6 +185,8 @@ source_fetch_file(const char *fil, const char *filname)
else
p++;
}
got_hash = 0;
}
if ((file) && (fname))
source_fetch_file(file, fname);