Plan 9 from Bell Labs 1996-04-02
1 files changed, 1 insertions(+), 1 deletions(-) M port/cache.c
M port/cache.c => port/cache.c +1 -1
@@ 526,7 526,7 @@ cwrite(Chan* c, uchar *buf, int len, ulong offset) p = f; } - if(f != 0 && offset < f->start+f->len) { + if(0 && f != 0 && offset < f->start+f->len) { o = offset - f->start; n = f->len - o; if(n > len)