i suck :)

SVN revision: 14496
This commit is contained in:
tsauerbeck 2005-04-29 16:32:39 +00:00 committed by tsauerbeck
parent 5828825639
commit 5e8af45064
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ _embryo_args_getsarg(Embryo_Program *ep, Embryo_Cell *params)
int offset = base_cell + (i * sizeof(Embryo_Cell));
s[i] = *(Embryo_Cell *)(data + offset);
if (!s[++i]) break;
if (!s[i++]) break;
}
s[i - 1] = 0;