aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index a003c66..0617d91 100644
--- a/src/main.c
+++ b/src/main.c
@@ -24,7 +24,7 @@ int main(int argc, char* argv[]){
fp = fopen(filename, "rb");
- len = getFileMaxLineLen(fp)+0;
+ len = getFileMaxLineLen(fp)+1;
if(fp != NULL) { fclose(fp);}
len = 24000; //Debug