aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-10-14 05:08:07 +0000
committerLev Walkin <vlm@lionet.info>2004-10-14 05:08:07 +0000
commit0595de90f1ae6524f0afc2c1c93d641ba85df49a (patch)
treee82c2a347f51dd1f5c410957b781e5001f003dc2
parent86719a338e330b0df4805cde7dfc9b5643f03323 (diff)
request free help
-rwxr-xr-xasn1c/webcgi/asn1c.cgi6
1 files changed, 6 insertions, 0 deletions
diff --git a/asn1c/webcgi/asn1c.cgi b/asn1c/webcgi/asn1c.cgi
index a7632a59..29d28f7c 100755
--- a/asn1c/webcgi/asn1c.cgi
+++ b/asn1c/webcgi/asn1c.cgi
@@ -376,6 +376,12 @@ foreach my $trans (sort { $b cmp $a } @transactions) {
. "&trans=$f"
. "&show=tgz\">"
. "Fetch results (.tgz)</A></NOBR>";
+ } else {
+ $results .= '<BR><FONT SIZE=+1><A HREF="mailto:asn1c@lionet.info?Subject=asn1c compiler help: '
+ . "transaction $tNum ("
+ . join(', ', @safeNames)
+ . ") failed with code $ec"
+ . '">Request free help</A></FONT>';
}
$history .= "<TR>"