From 5a19989febd5054ff64c5a45a906ca033cdf67cc Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@fe.uni-lj.si>
Date: Thu, 11 Sep 2014 11:34:51 +0000
Subject: [PATCH] Fixes tests.

---
 test/confusetest.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/test/confusetest.c b/test/confusetest.c
index ff4ee36..72d3377 100644
--- a/test/confusetest.c
+++ b/test/confusetest.c
@@ -22,13 +22,13 @@
     cfg = cfg_init(opts, 0);
     retval=cfg_parse(cfg, "tape_new");
 
-      printf("nshell: %i\n", nshell);
+      printf("nshell: %li\n", nshell);
     printf("dmax: %f\n", dmax);
     printf("xk0: %f\n", xk0);
     printf("stepsize: %f\n", stepsize);
-    printf("nxmax: %i\n", ncxmax);
-    printf("nymax: %i\n", ncymax);
-    printf("nzmax: %i\n", nczmax);
+    printf("nxmax: %li\n", ncxmax);
+    printf("nymax: %li\n", ncymax);
+    printf("nzmax: %li\n", nczmax);
     return 0;
 }
 

--
Gitblit v1.9.3