mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-18 03:25:55 +00:00
kill diagnostic
This commit is contained in:
parent
f061e1550a
commit
6cbe73dd80
@ -1752,7 +1752,6 @@ int ncplane_putc_yx(ncplane* n, int y, int x, const nccell* c){
|
|||||||
int ncplane_putegc_yx(ncplane* n, int y, int x, const char* gclust, size_t* sbytes){
|
int ncplane_putegc_yx(ncplane* n, int y, int x, const char* gclust, size_t* sbytes){
|
||||||
int cols;
|
int cols;
|
||||||
int bytes = utf8_egc_len(gclust, &cols);
|
int bytes = utf8_egc_len(gclust, &cols);
|
||||||
fprintf(stderr, "BYTES: %d COLS: %d [%s]\n", bytes, cols, gclust);
|
|
||||||
if(bytes < 0){
|
if(bytes < 0){
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user