summaryrefslogtreecommitdiff
path: root/demo/tbl2asn.c
diff options
context:
space:
mode:
Diffstat (limited to 'demo/tbl2asn.c')
-rw-r--r--demo/tbl2asn.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/demo/tbl2asn.c b/demo/tbl2asn.c
index 6580d026..8d5e3f1a 100644
--- a/demo/tbl2asn.c
+++ b/demo/tbl2asn.c
@@ -8911,10 +8911,12 @@ Int2 Main (void)
return 1;
}
+ /*
if (MoreThanYearOld ()) {
too_old = TRUE;
Message (MSG_POST, "This copy of tbl2asn is more than a year old. Please download the current version.");
}
+ */
/* process command line arguments */
@@ -9668,6 +9670,9 @@ Int2 Main (void)
}
if (tbl.other_failure) {
+ if (MoreThanYearOld ()) {
+ Message (MSG_POST, "This copy of tbl2asn is more than a year old. Please try again with the current version.");
+ }
return 1;
}