shithub: mc

Download patch

ref: 06b12a03f31531fd6783adf4a49a49234da83ca5
parent: 6e6db2755b917179743b1f7649aa8b71a7dac8fc
parent: d4db9a6896c59d401494bd79e4297cceb4d7ffd3
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;