updated on Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git] / quiteinsane / gcc4.patch
blobd221b0719c51632391af2895cee5632273a1f395
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
3 @@ -146,7 +146,7 @@
4 /*
5 Allocate histogram and scanline.
6 */
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)
11 return false;