remove debug code - upstream knows.

This commit is contained in:
Lars Balker Rasmussen 2006-07-26 14:51:51 +00:00
parent 332a0c4ffa
commit c266b4a5d9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168811
2 changed files with 12 additions and 0 deletions

View file

@ -8,6 +8,7 @@
PORTNAME= Imager
PORTVERSION= 0.52
PORTREVISION= 1
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ${PORTNAME}

View file

@ -0,0 +1,11 @@
--- Imager.xs.orig Wed Jul 26 16:47:45 2006
+++ Imager.xs Wed Jul 26 16:48:43 2006
@@ -387,7 +387,7 @@
if (cbd->reading && cbd->where < cbd->used) {
/* we read past the place where the caller expected us to be
so adjust our position a bit */
- *(char *)0 = 0;
+ /* *(char *)0 = 0; debug */
if (io_seeker(p, cbd->where - cbd->used, SEEK_CUR) < 0) {
return -1;
}