projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64bc7d6
)
squelch warning
author
Joey Hess
<joey@gnu.kitenet.net>
Fri, 16 Apr 2010 23:23:11 +0000
(19:23 -0400)
committer
Joey Hess
<joey@gnu.kitenet.net>
Fri, 16 Apr 2010 23:23:11 +0000
(19:23 -0400)
IkiWiki/Plugin/svn.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/svn.pm
b/IkiWiki/Plugin/svn.pm
index 6e1d4a40f9513a93bf7955a7f9bff921fda2715c..d10b4888d94b35bbdc29762256e16fbdfaf8fecb 100644
(file)
--- a/
IkiWiki/Plugin/svn.pm
+++ b/
IkiWiki/Plugin/svn.pm
@@
-357,7
+357,7
@@
my ($lastfile, $lastmtime, $lastctime);
sub findtimes ($) {
my $file=shift;
- if ($lastfile eq $file) {
+ if (
defined $lastfile &&
$lastfile eq $file) {
return $lastmtime, $lastctime;
}
$lastfile=$file;