Switch to side-by-side view

--- a/src/internfile/mh_execm.cpp
+++ b/src/internfile/mh_execm.cpp
@@ -51,7 +51,7 @@
     string cmd = params.front();
     
     // Build parameter list: delete cmd name
-    list<string>::iterator it = params.begin();
+    vector<string>::iterator it = params.begin();
     vector<string>myparams(++it, params.end());
 
     // Start filter