aboutsummaryrefslogtreecommitdiff
path: root/g2x.c
diff options
context:
space:
mode:
authorInqiyad Sabr <sabr@ariamath.xyz>2025-11-19 03:33:43 +0600
committerInqiyad Sabr <sabr@ariamath.xyz>2025-11-19 03:33:43 +0600
commitc0c4514aab59da30ff38cfd610efa9d55e94f314 (patch)
treed5c7230ef605e01d1c2c0993b7d96ef161011cc1 /g2x.c
parentac77835b94c60c1ba50ba5dd1e135d8e52789d8d (diff)
out of list, skips the parsing of next line, this is a problem... maybe someone could give me an idea on how to tackle this?
Diffstat (limited to 'g2x.c')
-rw-r--r--g2x.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/g2x.c b/g2x.c
index c171c13..2cd46fe 100644
--- a/g2x.c
+++ b/g2x.c
@@ -67,6 +67,7 @@ int main(void)
html("</ul>\n");
list_state = 0; // out of a list
}
+ // FIXME "out of list" skips the reading of next line.
else if (!strncmp(buf,"=>",2)) // Match links
{// Match => for hyperlinks
html("<p><a href=\"");