various tweaks.

This commit is contained in:
rsc 2003-12-06 18:05:27 +00:00
parent c715a6127a
commit e97ceade5e
10 changed files with 74 additions and 8 deletions

View file

@ -230,7 +230,6 @@ execcmd(int cmd)
if(debug && doall && cmd == 'a')
Bprint(bout, "%d entries, cur=%d\n", dot->n, cur+1);
for(;;){
print("execcmd dot->n %d\n", dot->n);
if(cur >= dot->n)
break;
if(doall) {