Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/editors/aewan/files/patch-aeff.c
16461 views
1
--- aeff.c.orig 2005-10-01 01:50:41 UTC
2
+++ aeff.c
3
@@ -187,11 +187,12 @@ void aeff_write_header(AeFile *f, const
4
static bool aeff_read_mark(AeFile *f, const char *mark_name, char pref) {
5
char *line;
6
char *s;
7
- zfree(&err_string);
8
9
autod_begin;
10
autod_register(line, free);
11
12
+ zfree(&err_string);
13
+
14
autod_assign(line, freadline_ex(f->f, gzgetc));
15
16
/* if EOF was reached before anything could be read, something is wrong */
17
18