You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-tex/feynmf/files/feynmf-1.08.patch

13 lines
305 B

diff -Nur feynmf-orig/feynmf.pl feynmf/feynmf.pl
--- feynmf-orig/feynmf.pl 1996-12-02 01:00:00.000000000 +0100
+++ feynmf/feynmf.pl 2004-09-02 23:25:40.603910119 +0200
@@ -373,7 +373,7 @@
maybe_run "$gftopk_prog $gf" if $gftopk_prog;
}
}
- close (<LOG>);
+ close (LOG);
}
}
}