mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-02 09:40:15 +00:00
ResizeThenRotateFromMemory is garbage =[
This commit is contained in:
parent
4d1681bf11
commit
f219a21732
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user