repair a dumbness

pull/173/head
nick black 5 years ago
parent ff3ed881c0
commit 29eb696947
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -829,7 +829,7 @@ int notcurses_stop(notcurses* nc){
(nc->stats.fgelisions * 100.0) / (nc->stats.fgemissions + nc->stats.fgelisions),
(nc->stats.bgemissions + nc->stats.bgelisions) == 0 ? 0 :
(nc->stats.bgelisions * 100.0) / (nc->stats.bgemissions + nc->stats.bgelisions));
fprintf(stderr, "Cells emitted; %ju elided: %ju (%.2f%%)\n",
fprintf(stderr, "Cells emitted: %ju elided: %ju (%.2f%%)\n",
nc->stats.cellemissions, nc->stats.cellelisions,
(nc->stats.cellemissions + nc->stats.cellelisions) == 0 ? 0 :
(nc->stats.cellelisions * 100.0) / (nc->stats.cellemissions + nc->stats.cellelisions));

Loading…
Cancel
Save