Oh I see I whinged about this back in August, I've now made the following change to my copy of blackbox
--- lib/Image.cc 09 Feb 2005 13:31:25 +0000 1.53
+++ lib/Image.cc 10 Feb 2005 15:34:15 +0000
@@ -1265,6 +1265,7 @@
}
// rest of the gradient
+ if (height > 2) // otherwise total <= 0 (if it weren't unsigned!)
for (x = 0; x < total; ++x)
p[x] = data[x];
}
and that appears to fix it for me
indeed... fix committed ;)
Robert
-- Bradley T. Hughes - bhughes at trolltech.com Trolltech AS - Waldemar Thranes gt. 98 N-0175 Oslo, Norway
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
List archives: http://asgardsrealm.net/lurker/splash/index.html
