From 8201428316a60fb7666d8fb6b17e76033b5d5310 Mon Sep 17 00:00:00 2001
From: bcumming <bcumming@cscs.ch>
Date: Tue, 5 Jul 2016 18:44:42 +0200
Subject: [PATCH] rename cl_options.check -> check_and_normalize

---
 miniapp/io.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/miniapp/io.cpp b/miniapp/io.cpp
index 47c435f2..54fb5401 100644
--- a/miniapp/io.cpp
+++ b/miniapp/io.cpp
@@ -69,7 +69,7 @@ cl_options read_options(int argc, char** argv) {
     }
 
     if(options.ifname == "") {
-        options.check();
+        options.check_and_normalize();
         return options;
     }
     else {
@@ -98,7 +98,7 @@ cl_options read_options(int argc, char** argv) {
                           << options.ifname << "\n";
                 exit(1);
             }
-            options.check();
+            options.check_and_normalize();
             return options;
         }
     }
-- 
GitLab