From b907c8cb26514610b53e1585b2da92e3f636ade3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Fri, 13 Oct 2000 12:39:37 -0700 Subject: [PATCH] nothing changed Rev: src/builtin_functions.c:1.315 --- src/builtin_functions.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/builtin_functions.c b/src/builtin_functions.c index 03779a73f5..8c596dde78 100644 --- a/src/builtin_functions.c +++ b/src/builtin_functions.c @@ -5,7 +5,7 @@ \*/ /**/ #include "global.h" -RCSID("$Id: builtin_functions.c,v 1.314 2000/10/04 22:59:11 hubbe Exp $"); +RCSID("$Id: builtin_functions.c,v 1.315 2000/10/13 19:39:37 hubbe Exp $"); #include "interpret.h" #include "svalue.h" #include "pike_macros.h" @@ -466,6 +466,7 @@ PMOD_EXPORT void f_search(INT32 args) start=string_search(Pike_sp[-args].u.string, Pike_sp[1-args].u.string, start); + pop_n_elems(args); push_int64(start); break; -- GitLab