John E. Malmberg [Wed, 1 Aug 2007 08:25:22 +0000 (03:25 -0500)]
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <
46B089C2.9000508@qsl.net>
p4raw-id: //depot/perl@31674
if (!rms_nam_rsll(mynam)) {
if (isunix) {
- if (do_tounixspec(esa,outbuf,0,fs_utf8) == NULL) {
+ if (do_tounixspec(tbuf, outbuf ,0 , fs_utf8) == NULL) {
if (out) Safefree(out);
if (esal != NULL)
PerlMem_free(esal);
return NULL;
}
}
- else strcpy(outbuf,esa);
+ else strcpy(outbuf, tbuf);
}
else if (isunix) {
tmpfspec = PerlMem_malloc(VMS_MAXRSS);