From 92eb29f9eda3c1ed1adf52b2bb78a84ea37498f7 Mon Sep 17 00:00:00 2001 From: "gottox@rootkit.lan" Date: Sat, 15 Dec 2007 01:24:09 +0100 Subject: Correcting newlines; Correcting Makefile --- Makefile | 2 +- cmarkdown.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 5189819..0a30bfa 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ ${OBJ}: config.mk cmarkdown: ${OBJ} @echo CC -o $@ - ${CC} -o $@ ${OBJ} ${LDFLAGS} + @${CC} -o $@ ${OBJ} ${LDFLAGS} clean: @echo cleaning diff --git a/cmarkdown.c b/cmarkdown.c index 851b156..8877d16 100644 --- a/cmarkdown.c +++ b/cmarkdown.c @@ -518,8 +518,6 @@ main(int argc, char *argv[]) { eprint("Malloc failed."); bsize = BUFFERSIZE; buffer[0] = '\0'; - - p = buffer+strlen(buffer); while((s = fread(p, sizeof(char),BUFFERSIZE, source))) { p += s; -- cgit v1.2.3