Skip to content
Snippets Groups Projects
Commit 0595de90 authored by Lev Walkin's avatar Lev Walkin
Browse files

request free help

parent 86719a33
No related branches found
No related tags found
No related merge requests found
...@@ -376,6 +376,12 @@ foreach my $trans (sort { $b cmp $a } @transactions) { ...@@ -376,6 +376,12 @@ foreach my $trans (sort { $b cmp $a } @transactions) {
. "&trans=$f" . "&trans=$f"
. "&show=tgz\">" . "&show=tgz\">"
. "Fetch results (.tgz)</A></NOBR>"; . "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>" $history .= "<TR>"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment