]> git.imager.perl.org - imager.git/commitdiff
to_rgb8 doesn't crop but the void content warning said it did
authorTony Cook <tony@develop=help.com>
Sat, 19 Aug 2006 07:24:35 +0000 (07:24 +0000)
committerTony Cook <tony@develop=help.com>
Sat, 19 Aug 2006 07:24:35 +0000 (07:24 +0000)
Imager.pm

index cf51197d0c35f7787ef02bbdbf78e67c668938ce..0c10d9ade1292b944d5c946b838c3271c90efed8 100644 (file)
--- 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;
   }