shithub: mc

Download patch

ref: 7573519cae8033cd02fae85ae3b19e9dd59b61b7
parent: 28fd8a46376eef8895573949da7cac6fbe6775c5
author: Ori Bernstein <[email protected]>
date: Fri Dec 19 06:39:52 EST 2014

Remove spare assert.

    For now, it breaks things. It should probably go back eventually.

--- a/parse/node.c
+++ b/parse/node.c
@@ -403,7 +403,6 @@
 
 void setns(Node *n, char *ns)
 {
-    assert(!n->name.ns || streq(n->name.ns, ns));
     n->name.ns = strdup(ns);
 }