fixed typo
authorceriel <none@none>
Wed, 20 Mar 1991 13:47:18 +0000 (13:47 +0000)
committerceriel <none@none>
Wed, 20 Mar 1991 13:47:18 +0000 (13:47 +0000)
lang/pc/libpc/opn.c

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