rio: return correct color chan after screen depth change

front
cinap_lenrek 2011-11-25 00:49:41 +01:00
parent ca58f1df17
commit e1bb660ef2
1 changed files with 1 additions and 1 deletions

View File

@ -817,7 +817,7 @@ xfidread(Xfid *x)
caseImage:
if(off < 5*12){
n = sprint(buf, "%11s %11d %11d %11d %11d ",
chantostr(cbuf, screen->chan),
chantostr(cbuf, i->chan),
i->r.min.x, i->r.min.y, i->r.max.x, i->r.max.y);
t = estrdup(buf);
goto Text;