1 --- quiteinsane/imagefilters/oilpaintingdialog.cpp 2002-06-12 10:02:51.000000000 +0200
2 +++ quiteinsane/imagefilters/oilpaintingdialog.cpp 2006-05-09 17:05:50.000000000 +0200
5 Allocate histogram and scanline.
7 - histogram= new (unsigned int) [(255+1)*sizeof(unsigned int)];
8 + histogram= new unsigned int [(255+1)*sizeof(unsigned int)];
9 if (histogram == (unsigned int *) NULL)