projects
/
usenet
/
yapfaq.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Change: Don't output line number if .cfg file can't be opened.
[usenet/yapfaq.git]
/
yapfaq.pl
diff --git
a/yapfaq.pl
b/yapfaq.pl
index
06734ff
..
517eac1
100644
(file)
--- a/
yapfaq.pl
+++ b/
yapfaq.pl
@@
-79,7
+79,7
@@
foreach (@Config) {
}
close FH;
} else {
- warn "Couldn't open $File.cfg: $!";
+ warn "Couldn't open $File.cfg: $!
\n
";
}
$SupersedeMID = "" unless $Supersede;
This page took
0.010443 seconds
and
4
git commands to generate.