Blob Blame History Raw
diff -upr a/src/ApvlvParams.cc b/src/ApvlvParams.cc
--- a/src/ApvlvParams.cc	2012-06-12 22:44:28.000000000 -0500
+++ b/src/ApvlvParams.cc	2016-03-15 23:49:09.414141122 -0500
@@ -90,7 +90,7 @@ bool ApvlvParams::loadfile (const char *
       return false;
     }

-  while ((getline (os, str)) != NULL)
+  while (getline (os, str))
     {
       string argu, data, crap;
       stringstream is (str);