From a9aa131d8c9f99797a517b31debd40b92099d917 Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 20 Mar 1991 13:47:18 +0000 Subject: [PATCH] fixed typo --- lang/pc/libpc/opn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/pc/libpc/opn.c b/lang/pc/libpc/opn.c index 531736408..ea7751364 100644 --- a/lang/pc/libpc/opn.c +++ b/lang/pc/libpc/opn.c @@ -39,7 +39,7 @@ extern int _unlink(); extern long _lseek(); static int tmpfil() { - static char *namebuf[] = "/usr/tmp/plf.xxxxx"; + static char namebuf[] = "/usr/tmp/plf.xxxxx"; int i; char *p,*q; i = _getpid(); -- 2.34.1