shithub: mc

Download patch

ref: 48199f4097a5a60fcf4064b1ffada4be71ea233f
parent: b80fae534ed816fc3fe8c03e26e1b43f542d5cf6
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);
 }