mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-18 03:25:55 +00:00
[sixel] flip it and reverse it #1440
This commit is contained in:
parent
a34714ca68
commit
f4ff9beb50
@ -548,7 +548,7 @@ sixel_reblit(sprixel* s, tament* tam){
|
||||
if(fp == NULL){
|
||||
return -1;
|
||||
}
|
||||
if(fwrite(s->glyph, s->parse_start, 1, fp) != (size_t)s->parse_start){
|
||||
if(fwrite(s->glyph, s->parse_start, 1, fp) != 1){
|
||||
fclose(fp);
|
||||
free(buf);
|
||||
return -1;
|
||||
|
Loading…
Reference in New Issue
Block a user