Removed a completely pointless 128-byte buffer.
This commit is contained in:
parent
440d6faadd
commit
7f266d6b4e
|
@ -35,7 +35,6 @@ 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; {
|
_ini(args,c,p,mainlb) char *args,*mainlb; int c; struct file **p; {
|
||||||
struct file *f;
|
struct file *f;
|
||||||
char buf[128];
|
|
||||||
|
|
||||||
_pargc= *(int *)args; args += sizeof (int);
|
_pargc= *(int *)args; args += sizeof (int);
|
||||||
_pargv= *(char ***)args; args += sizeof (char **);
|
_pargv= *(char ***)args; args += sizeof (char **);
|
||||||
|
|
Loading…
Reference in a new issue