* Corrected a typo in an error handler in the image plugin.

master
joey 2007-06-19 18:46:43 +00:00
parent c8b2ae9f9e
commit 9a122f001a
2 changed files with 7 additions and 1 deletions

View File

@ -62,7 +62,7 @@ sub preprocess (@) { #{{{
return "[[img ".sprintf(gettext("failed to read %s: %s"), $file, $r)."]]" if $r;
$r = $im->Resize(geometry => "${w}x${h}");
return "[[img ".sprinftf(gettext("failed to resize: %s"), $r)."]]" if $r;
return "[[img ".sprintf(gettext("failed to resize: %s"), $r)."]]" if $r;
# don't actually write file in preview mode
if (! $params{preview}) {

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
ikiwiki (2.3) UNRELEASED; urgency=low
* Corrected a typo in an error handler in the image plugin.
-- Joey Hess <joeyh@debian.org> Tue, 19 Jun 2007 19:46:21 +0100
ikiwiki (2.2) unstable; urgency=low
* Change the aggregate plugin's locking strategy. Now it defers loading state