ResizeThenRotateFromMemory is garbage =[

This commit is contained in:
nick black 2021-07-02 23:05:13 -04:00
parent 4d1681bf11
commit f219a21732
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -67,7 +67,7 @@ TEST_CASE("Visual") {
// resize followed by rotate, see #1800
SUBCASE("ResizeThenRotateFromMemory") {
unsigned char rgb[30];
unsigned char rgb[90];
memset(rgb, 0, sizeof(rgb));
auto ncv = ncvisual_from_rgb_packed(rgb, 3, 10 * 3, 10, 0xff);
REQUIRE(nullptr != ncv);