shithub: mc

Download patch

ref: c7b5d588f32c4448f134f5702149f3721403959e
parent: 4ad286b90958398e90a094ea0c21f317a73c1434
parent: 4d289ad72fef356eb6a49b8401997eda42ef8867
author: Ori Bernstein <[email protected]>
date: Sat Oct 11 17:59:57 EDT 2014

Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/mc

--- a/myrbuild/myrbuild.c
+++ b/myrbuild/myrbuild.c
@@ -181,7 +181,7 @@
     p += 3;
     if (!isspace(*p))
         return 0;
-    while (isspace(*p) && p != end)
+    while (isspace(*p) && *p != ';' && *p != '"' && p != end)
         p++;
 
     w = p;