From 860895edc62456d192c0827e8f76c98c01cfe665 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 8 Nov 2016 04:18:50 -0800 Subject: 3648 --- 073wait.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/073wait.cc b/073wait.cc index 36ae1774..a243982b 100644 --- a/073wait.cc +++ b/073wait.cc @@ -221,7 +221,7 @@ case GET_LOCATION: { bool is_mu_location(reagent/*copy*/ x) { if (!canonize_type(x)) return false; if (!x.type) return false; - if (x.type->right) return false; + if (!x.type->atom) return false; return x.type->value == get(Type_ordinal, "location"); } -- cgit 1.4.1-2-gfad0