about summary refs log tree commit diff stats
path: root/073wait.cc
diff options
context:
space:
mode:
Diffstat (limited to '073wait.cc')
-rw-r--r--073wait.cc2
1 files changed, 1 insertions, 1 deletions
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");
 }