Craig A. Berry [Thu, 29 Nov 2007 18:29:40 +0000 (18:29 +0000)]
when it fails.
p4raw-id: //depot/perl@32556
/* Fall back to fid_to_name */
sts = vms_fid_to_name(outbuf, VMS_MAXRSS + 1, filespec);
- if (sts == 0) {
+ if (sts != 0) {
+ return NULL;
+ }
+ else {
/* Now need to trim the version off */