Files
test/source/blender
Campbell Barton c1c022342c fix for invalid use of memset when loading tiff images
- memset(..., 1.0); // isnt valid
- memset(pointer, sizeof(pointer)) // was using the sizeof the pointer, not the size of the array, since this was to fill in alpha values it was obviously wrong.
2012-04-23 23:57:17 +00:00
..
2012-04-08 07:34:09 +00:00
2012-04-22 11:54:53 +00:00
2012-04-22 11:54:53 +00:00
2012-04-22 11:54:53 +00:00