diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-04-12 23:32:28 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-04-12 23:32:28 +0300 |
commit | e6ec3d5d5ab9f31142c09a70ff17741939a52192 (patch) | |
tree | c2bea692353beecac2294b5ea7355e35916bc0cb /mpfr.c | |
parent | 24b4f2c59b1c365d47ab6e3535a84ccdbcfb08eb (diff) | |
parent | 9fff07da8c25183f53934c0155d1fa49bc97198e (diff) | |
download | egawk-e6ec3d5d5ab9f31142c09a70ff17741939a52192.tar.gz egawk-e6ec3d5d5ab9f31142c09a70ff17741939a52192.tar.bz2 egawk-e6ec3d5d5ab9f31142c09a70ff17741939a52192.zip |
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'mpfr.c')
-rw-r--r-- | mpfr.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -384,6 +384,7 @@ mpg_format_val(const char *format, int index, NODE *s) if ((s->flags & (MALLOC|STRCUR)) == (MALLOC|STRCUR)) efree(s->stptr); s->stptr = r->stptr; + s->flags |= STRCUR; freenode(r); /* Do not unref(r)! We want to keep s->stptr == r->stpr. */ free_wstr(s); return s; |