Removed a completely pointless 128-byte buffer.
authordtrg <none@none>
Fri, 27 Apr 2007 22:41:05 +0000 (22:41 +0000)
committerdtrg <none@none>
Fri, 27 Apr 2007 22:41:05 +0000 (22:41 +0000)
lang/pc/libpc/ini.c

index 3582246..f41a63f 100644 (file)
@@ -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;