From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] bug in libcomplete? From: "Rob 'Commander' Pike" MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Sat, 14 Feb 2004 11:01:24 -0800 Topicbox-Message-UUID: e4065b3a-eacc-11e9-9e20-41e7f4b1d025 that's embarrassing. let's close it. -rob libcomplete%% diff complete.c /sys/src/libcomplete 61,62c61 < if(n <= 0){ < close(fd); --- > if(n <= 0) 64d62 < } 139d136 < close(fd);