stupid sun
This commit is contained in:
parent
ecdecae370
commit
840bb96866
3 changed files with 14 additions and 11 deletions
|
|
@ -52,8 +52,11 @@ startgif0(Biobuf *fd, ulong chan, Rectangle r, int depth, int loopcount)
|
|||
{
|
||||
int i;
|
||||
|
||||
for(i=0; i<nelem(tbl); i++)
|
||||
tbl[i] = (Entry){i, -1, i, nil};
|
||||
for(i=0; i<nelem(tbl); i++){
|
||||
tbl[i].index = i;
|
||||
tbl[i].prefix = -1;
|
||||
tbl[i].exten = i;
|
||||
}
|
||||
|
||||
switch(chan){
|
||||
case GREY1:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue