From 8aaa346994fe87ce0badfd3ac0c2ee302c86716c Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Thu, 9 Jul 2015 21:36:01 -0300 Subject: content-parser: fixed start_state bug. --- src/content-parser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/content-parser.c b/src/content-parser.c index 8821a17..e5bb16c 100644 --- a/src/content-parser.c +++ b/src/content-parser.c @@ -193,11 +193,11 @@ blogc_content_parse_inline(const char *src) break; } if (state == LINK_CLOSED || state == LINK_IMAGE) { + if (state == LINK_CLOSED) + start_state = current; state = LINK_TEXT; start = current + 1; open_bracket = 0; - if (state == LINK_CLOSED) - start_state = current; break; } if (state == LINK_TEXT) { -- cgit v1.2.3-18-g5258