John E. Malmberg [Fri, 29 Jul 2005 10:24:15 +0000 (06:24 -0400)]
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-ID: <
42EA3C0F.9040900@qsl.net>
p4raw-id: //depot/perl@25255
*s = '\0';
/* check that it's really not DCL with no file extension */
- fp = fopen(resspec,"r","ctx=bin,shr=get");
+ fp = fopen(resspec,"r","ctx=bin","shr=get");
if (fp) {
char b[4] = {0,0,0,0};
read(fileno(fp),b,4);