diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-09-03 08:01:20 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-09-03 08:01:20 +0000 |
commit | f2986e0f0334ce8a85d386be64c9715a99e6e866 (patch) | |
tree | 418f2138ade42fe56edbc1891c7a9e51f4979626 /editors/aewan/files | |
parent | a01ec892c5d5bc5445150ee0e5bad16bdcecb9c8 (diff) |
Notes
Diffstat (limited to 'editors/aewan/files')
-rw-r--r-- | editors/aewan/files/patch-aeff.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/editors/aewan/files/patch-aeff.c b/editors/aewan/files/patch-aeff.c new file mode 100644 index 000000000000..0eb24d80994a --- /dev/null +++ b/editors/aewan/files/patch-aeff.c @@ -0,0 +1,16 @@ +--- aeff.c.orig Wed Aug 11 10:04:50 2004 ++++ aeff.c Thu Sep 2 23:56:24 2004 +@@ -187,11 +187,12 @@ + static bool aeff_read_mark(AeFile *f, const char *mark_name, char pref) { + char *line; + char *s; +- zfree(&err_string); + + autod_begin; + autod_register(line, free); + ++ zfree(&err_string); ++ + autod_assign(line, freadline_ex(f->f, gzgetc)); + + /* if EOF was reached before anything could be read, something is wrong */ |