summaryrefslogtreecommitdiff
path: root/arscan.c
diff options
context:
space:
mode:
Diffstat (limited to 'arscan.c')
-rw-r--r--arscan.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arscan.c b/arscan.c
index 6ff2715..2b90705 100644
--- a/arscan.c
+++ b/arscan.c
@@ -78,7 +78,9 @@ VMS_get_member_info (module, rfa)
mhd = (struct mhddef *) filename;
+#ifdef __DECC
val = decc$fix_time (&mhd->mhd$l_datim);
+#endif
for (i = 0; i < module->dsc$w_length; i++)
filename[i] = _tolower ((unsigned char)module->dsc$a_pointer[i]);