summaryrefslogtreecommitdiff
path: root/src/buffer.c
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-12-30 07:59:53 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-12-30 07:59:53 -0800
commit46b67b710788be7924b5a412ab68eea3cac0cd96 (patch)
treef138edcd3c9895e4cdf7b2be31f950f5d6b49229 /src/buffer.c
parentcdcd29f27a25334817026afaf4501bb146d66f10 (diff)
man: use a variable to store the char * from node_get_url.
We get segfaults on some platforms when we do cmark_strbuf_printf(man, " (%s)", cmark_node_get_url(node)); but they go away with: url = cmark_node_get_url(node); cmark_strbuf_printf(man, " (%s)", url); I don't understand why. Closes #253.
Diffstat (limited to 'src/buffer.c')
0 files changed, 0 insertions, 0 deletions