From: Tony Cook Date: Sat, 19 Aug 2006 07:24:35 +0000 (+0000) Subject: to_rgb8 doesn't crop but the void content warning said it did X-Git-Tag: Imager-0.54~13 X-Git-Url: http://git.imager.perl.org/imager.git/commitdiff_plain/b13bf7e831993470c920ccf8dac7acafe0b9fbc6 to_rgb8 doesn't crop but the void content warning said it did --- diff --git a/Imager.pm b/Imager.pm index cf51197d..0c10d9ad 100644 --- a/Imager.pm +++ b/Imager.pm @@ -884,7 +884,7 @@ sub to_rgb8 { unless (defined wantarray) { my @caller = caller; - warn "to_rgb8() called in void context - to_rgb8() returns the cropped image at $caller[1] line $caller[2]\n"; + warn "to_rgb8() called in void context - to_rgb8() returns the converted image at $caller[1] line $caller[2]\n"; return; }