summaryrefslogtreecommitdiff
path: root/buff.c
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2018-04-20 10:40:00 +0100
committerKatolaZ <katolaz@freaknet.org>2018-04-20 10:40:00 +0100
commitcae118e406151da7dc1008045b9908ced76526d9 (patch)
treefe6b0bebcc91c34d79442e95c482017cee4d91f7 /buff.c
parent8f936bc6c89163e3984ac619612c0ce76a51a74e (diff)
various fixes in indexing
Diffstat (limited to 'buff.c')
-rw-r--r--buff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/buff.c b/buff.c
index 91593bb..1a358e8 100644
--- a/buff.c
+++ b/buff.c
@@ -59,7 +59,7 @@ void print_lines(char lineno){
p = b_start;
- printf(">>> *** addr1: %d addr2: %d ***\n", addr1, addr2);
+ fprintf(stderr, ">>> *** addr1: %d addr2: %d ***\n", addr1, addr2);
for (i=1; i<addr2; i++) p = p->next;
pos = i;
cur = p;