Kaynağa Gözat

Removed a completely pointless 128-byte buffer.

dtrg 17 yıl önce
ebeveyn
işleme
7f266d6b4e
1 değiştirilmiş dosya ile 1 ekleme ve 2 silme
  1. 1 2
      lang/pc/libpc/ini.c

+ 1 - 2
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;