# HG changeset patch # User michael # Date 1267049600 0 # Node ID fea25a6f874ef99fa73aa2c7420ab4181300971c # Parent 08fdccf61a03282b0eed353763a841fef908f806 3rd and hopefully last 100l fix. diff -r 08fdccf61a03 -r fea25a6f874e rectangle.h --- a/rectangle.h Wed Feb 24 22:05:51 2010 +0000 +++ b/rectangle.h Wed Feb 24 22:13:20 2010 +0000 @@ -87,7 +87,7 @@ *(uint64_t*)(p + 0+3*stride)= v; *(uint64_t*)(p + 8+3*stride)= v; #else - const uint32_t v= size==2 ? val*0x00010001 : val*0x01010101; + const uint32_t v= size==2 ? val*0x00010001 : val; *(uint32_t*)(p + 0+0*stride)= v; *(uint32_t*)(p + 4+0*stride)= v; if(h==1) return;