]> sipb.mit.edu Git - ikiwiki.git/commit
aggregate: Avoid uninitialized value warnings for pages with no recorded ctime.
authorJoey Hess <joey@kodama.kitenet.net>
Thu, 25 Sep 2008 19:38:51 +0000 (15:38 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Thu, 25 Sep 2008 19:38:51 +0000 (15:38 -0400)
commit093e8154408d9a7517a0df1768f44ad581c70be2
treeb0ceb72d2738d49e9cecccb57f6dfd223ba09f17
parent4c6d359b5fbe8f746965a2646a7bea03284b23cc
aggregate: Avoid uninitialized value warnings for pages with no recorded ctime.

I saw this in the wild, apparently a page was not present on disk, but was
in the aggregate db, and not marked as expired either. Not sure how that
happened, but such pages should get marked as expired since they have an
effectively zero ctime.
IkiWiki/Plugin/aggregate.pm
debian/changelog