[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Nano-devel] Patch to files.c
From: |
David Benbennick |
Subject: |
Re: [Nano-devel] Patch to files.c |
Date: |
Wed, 27 Mar 2002 15:40:54 -0500 (EST) |
On Wed, 27 Mar 2002, Chris Allegretta wrote:
> I did notice that when the first command hangs and is interrupted with
> ^C, executing another command will cause nano to sefgault.
> Apparently something in read_file is unhappy.
Yeah, I noticed that last night but was too tired to fix it. Anyway, here
is a fix. The problem was with the static variable size in read_byte. I
really hate static local variables; maybe someday I will make the
read_file code cleaner.
The patch includes what I sent last night.
David
27mar15:35.diff
Description: Text document
- Re: [Nano-devel] Patch to execute external command and inerst output into buffer..., (continued)
- Re: [Nano-devel] Patch to execute external command and inerst output into buffer..., Jordi Mallach, 2002/03/21
- [Nano-devel] Patch to do_justify, David Benbennick, 2002/03/21
- Re: [Nano-devel] Patch to do_justify, Chris Allegretta, 2002/03/21
- [Nano-devel] Patch to files.c:read_file, David Benbennick, 2002/03/26
- [Nano-devel] Patch to files.c, David Benbennick, 2002/03/26
- Re: [Nano-devel] Patch to files.c, Chris Allegretta, 2002/03/26
- Re: [Nano-devel] Patch to files.c, David Benbennick, 2002/03/27
- Re: [Nano-devel] Patch to files.c, Chris Allegretta, 2002/03/27
- Re: [Nano-devel] Patch to files.c,
David Benbennick <=
- Re: [Nano-devel] Patch to files.c, Chris Allegretta, 2002/03/29