~kris/9p

9hist

858c7ca2828253e825cabc5f6925f1cb7a524818 — David du Colombier 30 years ago 1cf6278
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)