even more stupid bug -.-

This commit is contained in:
gottox@rootkit.lan 2007-12-12 01:07:39 +01:00
parent 46e907346c
commit 6a9b913b6c
2 changed files with 2 additions and 2 deletions

View file

@ -257,7 +257,7 @@ dolist(const char *begin, const char *end) {
buffer[i] = '\0'; buffer[i] = '\0';
while(buffer[--i] == '\n') buffer[i] = '\0'; while(buffer[--i] == '\n') buffer[i] = '\0';
fputs("<li>",stdout); fputs("<li>",stdout);
hprint(buffer,i+2+buffer); process(buffer,i+2+buffer);
fputs("</li>\n",stdout); fputs("</li>\n",stdout);
} }
puts(ul ? "</ul>" : "</ol>"); puts(ul ? "</ul>" : "</ol>");

View file

@ -1,5 +1,5 @@
# cmarkdown version # cmarkdown version
VERSION = 0.4.1 VERSION = 0.4.2
# paths # paths
PREFIX = /usr/local PREFIX = /usr/local