diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-01-21 15:23:25 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-01-21 15:33:20 -0500 |
commit | ee9ae0a3149f04e9373a0b7b1fece99f5cc78e9c (patch) | |
tree | 8f3165e8727430f7a2feb6e58603f691d71b2763 /debian | |
parent | 8bf2f5a31ae3569b0c1c5b139640f7e8356a90f4 (diff) | |
download | ikiwiki-ee9ae0a3149f04e9373a0b7b1fece99f5cc78e9c.tar ikiwiki-ee9ae0a3149f04e9373a0b7b1fece99f5cc78e9c.tar.gz |
po: avoid crash when page is empty
Note that there is an associated po4a warning when a page is empty:
Use of uninitialized value $file in substitution (s///) at /usr/share/perl5/Locale/Po4a/Text.pm line 205.
I've filed a bug with po4a about that, but the important thing is fixing
the crash here.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 6fbbe0a23..91f5d7807 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ ikiwiki (3.20100104) UNRELEASED; urgency=low * git: The new git-notes feature in git 1.6.6 changes git log output in a way that broke ikiwiki's parser if notes are added to commits. Deal with this. + * po: Avoid crash when a page is empty. -- Joey Hess <joeyh@debian.org> Mon, 04 Jan 2010 12:53:24 -0500 |