From ed98918652e9d987025cb0a062f9ca1d42c9c1b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Wed, 15 Apr 1998 18:19:37 -0700 Subject: [PATCH] sscanf changed Rev: src/interpret.c:1.77 --- src/interpret.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/interpret.c b/src/interpret.c index 5fcd7002e2..ca5146fb12 100644 --- a/src/interpret.c +++ b/src/interpret.c @@ -4,7 +4,7 @@ ||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h" -RCSID("$Id: interpret.c,v 1.76 1998/04/10 22:24:19 hubbe Exp $"); +RCSID("$Id: interpret.c,v 1.77 1998/04/16 01:19:37 hubbe Exp $"); #include "interpret.h" #include "object.h" #include "program.h" @@ -1502,7 +1502,7 @@ static int eval_instruction(unsigned char *pc) push_int(pike_sizeof(fp->locals+GET_ARG())); break; - CASE(F_SSCANF); f_sscanf(GET_ARG()); break; + CASE(F_SSCANF); o_sscanf(GET_ARG()); break; CASE(F_CALL_LFUN); apply_low(fp->current_object, -- GitLab