This commit is contained in:
rsc 2005-07-13 21:34:11 +00:00
parent f462256db2
commit a8ec4910fd
12 changed files with 18 additions and 12 deletions

View file

@ -605,6 +605,7 @@ simpleaddr(void)
Addr addr;
Addr *ap, *nap;
addr.num = 0;
addr.next = 0;
addr.u.left = 0;
switch(cmdskipbl()){

View file

@ -696,6 +696,8 @@ openfile(Text *t, Expand *e)
Rune *rp;
uint dummy;
r.q0 = 0;
r.q1 = 0;
if(e->nname == 0){
w = t->w;
if(w == nil)