adapted to embryo_cc changes

SVN revision: 11845
This commit is contained in:
tsauerbeck 2004-10-12 16:58:18 +00:00 committed by tsauerbeck
parent 2a15427bf5
commit 54705c6816
1 changed files with 1 additions and 1 deletions

View File

@ -587,7 +587,7 @@ data_write(void)
fd = mkstemp(tmpo);
if (fd >= 0)
{
snprintf(buf, sizeof(buf), "embryo_cc -i%s -o%s %s",
snprintf(buf, sizeof(buf), "embryo_cc -i %s -o %s %s",
DAT"data/include", tmpo, tmpn);
ret = system(buf);
if (ret != 0)