Files
test/source/blender/blenkernel
Ray Molenkamp 1cb7267a9f Cleanup: Fix build error with msvc
`ssize_t` is not a standardized type (it's a posix type)
given the line in question here is calculating the size
of a memory allocation there's no logical way this
should ever be negative.

I do not know this code too well and was unsure if
`mdverts->totweight` could ever be < 0, so I protected
it with a clamp, just in case.
2020-08-28 09:47:52 -06:00
..
2020-08-28 09:47:52 -06:00
2020-08-28 13:18:24 +02:00
2020-08-28 13:18:24 +02:00
2020-08-20 16:09:48 +10:00
2020-08-28 13:18:24 +02:00
2020-08-24 23:28:01 +02:00
2020-08-17 12:40:03 +10:00