From 7f266d6b4ef39eea2d89d534101797f894d6e03d Mon Sep 17 00:00:00 2001 From: dtrg Date: Fri, 27 Apr 2007 22:41:05 +0000 Subject: [PATCH] Removed a completely pointless 128-byte buffer. --- lang/pc/libpc/ini.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lang/pc/libpc/ini.c b/lang/pc/libpc/ini.c index 358224690..f41a63f13 100644 --- a/lang/pc/libpc/ini.c +++ b/lang/pc/libpc/ini.c @@ -35,8 +35,7 @@ int _fp_hook = 1; /* This is for Minix, but does not harm others */ _ini(args,c,p,mainlb) char *args,*mainlb; int c; struct file **p; { struct file *f; - char buf[128]; - + _pargc= *(int *)args; args += sizeof (int); _pargv= *(char ***)args; args += sizeof (char **); _penvp= *(char ***)args; -- 2.34.1