hopefully noone will ever notice :O

SVN revision: 12067
This commit is contained in:
tsauerbeck 2004-10-29 20:06:39 +00:00 committed by tsauerbeck
parent 53596e93c3
commit 61c2b9b99c
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,7 @@ _embryo_str_snprintf(Embryo_Program *ep, Embryo_Cell *params)
s2[o] = 0;
STRSET(ep, params[1], s2);
return strlen(s2);
return o;
}
static Embryo_Cell