Commit 6fdb18f9 authored by Russ Cox's avatar Russ Cox

can finally close this TODO - 6l was broken

R=r
DELTA=2  (0 added, 2 deleted, 0 changed)
OCL=23993
CL=23995
parent 47e27758
......@@ -1189,8 +1189,6 @@ fileelem(Sym **fp, uchar *cp, char *buf, int n)
bp = buf;
end = buf+n-1;
for(i = 1; j = (cp[i]<<8)|cp[i+1]; i+=2){
if(j >= fmaxi) // TODO(rsc): should not happen, but does!
break;
c = fp[j]->name;
if(bp != buf && bp[-1] != '/' && bp < end)
*bp++ = '/';
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment