Switch to side-by-side view

--- a/src/upmpdutils.cxx
+++ b/src/upmpdutils.cxx
@@ -214,7 +214,7 @@
         LOGDEB("protoInfToFormat: bad format: [" << protoinfo << "]\n");
         return string();
     }
-    return toks[2];
+    return stringtolower((const std::string&)toks[2]);
 }
 
 // This should be made an UPnPResource method one day
@@ -290,11 +290,11 @@
     }
 
     if ((err = regexec(&expr, input.c_str(), 10, pmatch, 0))) {
-        regerror(err, &expr, errbuf, ERRSIZE);
+        // regerror(err, &expr, errbuf, ERRSIZE);
         //LOGDEB("upmpd: regsub1: regexec(" << sexp << ") failed: "
-        //    <<  errbuf << endl);
+        //<<  errbuf << endl);
         regfree(&expr);
-        return string();
+        return input;
     }
     if (pmatch[0].rm_so == -1) {
         // No match