[debug] fix up format string

pull/2345/head
nick black 3 years ago
parent 4153e24f8b
commit 3e201adf38
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -589,7 +589,7 @@ ncpile_debug(const ncpile* p, fbuf* f){
const ncplane* prev = NULL;
int planeidx = 0;
while(n){
fbuf_printf(f, "%04d off y: %3d x: %3d geom y: %3d x: %3d curs y: %3d x: %3d %p %.4s\n",
fbuf_printf(f, "%04d off y: %3d x: %3d geom y: %3u x: %3u curs y: %3u x: %3u %p %.4s\n",
planeidx, n->absy, n->absx, n->leny, n->lenx, n->y, n->x, n, n->name);
if(n->boundto || n->bnext || n->bprev || n->blist){
fbuf_printf(f, " bound %p ← %p → %p binds %p\n",

Loading…
Cancel
Save