smu

Simple markup processor
git clone https://git.sinitax.com/codemadness/smu
Log | Files | Refs | README | LICENSE | Upstream | sfeed.txt

commit f6967fe5819b82c722fe4270c55f1ea1cb9c7fae
parent 9bb4f5d434e82d31fdc2d95450f0727ec64be214
Author: gottox@rootkit.lan <gottox@rootkit.lan>
Date:   Mon, 14 Jan 2008 13:43:25 +0100

smu handles big files correctly now.

Diffstat:
Msmu.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/smu.c b/smu.c @@ -517,8 +517,8 @@ process(const char *begin, const char *end, int newblock) { int main(int argc, char *argv[]) { char *buffer; - int s, len; - unsigned int bsize; + int s; + unsigned long len, bsize; source = stdin; if(argc > 1 && strcmp("-v", argv[1]) == 0)