mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
parent
20271fedfb
commit
a2df31f46d
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ loaded:
|
|||
vtproc(vtsendthread, nil);
|
||||
|
||||
if(ap != nil) {
|
||||
for(i=0 i<ap->narenas; i++)
|
||||
for(i=0; i<ap->narenas; i++)
|
||||
rdarena(ap->arenas[i], 0);
|
||||
} else
|
||||
rdarena(arena, offset);
|
||||
|
|
Loading…
Reference in a new issue