ncplane_vprintf_prep(): remove dumb comment #612

pull/632/head
nick black 4 years ago
parent 5537692bd1
commit 321908d824
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -1477,8 +1477,6 @@ unsigned ncplane_styles(const ncplane* n){
return (n->attrword & NCSTYLE_MASK);
}
// i hate the big allocation and two copies here, but eh what you gonna do?
// well, for one, we don't need the huge allocation FIXME
static char*
ncplane_vprintf_prep(ncplane* n, const char* format, va_list ap){
const size_t size = n->lenx + 1; // healthy estimate, can embiggen below

Loading…
Cancel
Save