From 61c2b9b99c33077d8f5aa9fc9e05b0212fa5cb48 Mon Sep 17 00:00:00 2001 From: tsauerbeck Date: Fri, 29 Oct 2004 20:06:39 +0000 Subject: [PATCH] hopefully noone will ever notice :O SVN revision: 12067 --- legacy/embryo/src/lib/embryo_str.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/embryo/src/lib/embryo_str.c b/legacy/embryo/src/lib/embryo_str.c index 3dd06c1328..2f460f3ab7 100644 --- a/legacy/embryo/src/lib/embryo_str.c +++ b/legacy/embryo/src/lib/embryo_str.c @@ -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