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();