initialize crenderlen, stupid #1302

pull/1321/head
nick black 4 years ago
parent 89a557278b
commit c419bda980
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -262,6 +262,7 @@ make_ncpile(notcurses* nc, ncplane* n){
ret->dimy = 0;
ret->dimx = 0;
ret->crender = NULL;
ret->crenderlen = 0;
}
return ret;
}

Loading…
Cancel
Save