From be48625a2f6b43817e783c6eefd061e397ceac73 Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Tue, 25 Sep 2018 15:15:09 +0000
Subject: [PATCH] Fixed pointers

---
 src/io.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/io.c b/src/io.c
index b148102..331c3c0 100644
--- a/src/io.c
+++ b/src/io.c
@@ -1146,7 +1146,7 @@
 ts_tape *parsetapebuffer(char *buffer){
     ts_tape *tape=(ts_tape *)calloc(1,sizeof(ts_tape));
     tape->multiprocessing=calloc(255,sizeof(char));
-	float floatdummyxkA0, floatdummystretch;
+	double floatdummyxkA0, floatdummystretch;
 
     cfg_opt_t opts[] = {
         CFG_SIMPLE_INT("nshell", &tape->nshell),

--
Gitblit v1.9.3