From: Bastian Dehn Date: Sat, 14 Sep 2019 17:45:59 +0000 (+0200) Subject: fix: length malloc X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=d8209c73b741aa9a49723957787fed1d6951edda;p=discspan.git fix: length malloc --- diff --git a/discspan.c b/discspan.c index 09d5fc0..60fd551 100644 --- a/discspan.c +++ b/discspan.c @@ -49,7 +49,6 @@ int get_array_length(FILE *in) lines++; } rewind(in); - lines--; return lines; }