about summary refs log tree commit diff stats
path: root/043space.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-02-20 21:58:48 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-02-20 21:58:48 -0800
commitf22250a174d5ad5abf8bf99ad140ced52563aee2 (patch)
tree9c18edbad8b10e7b310032dbd4ad0860f28e6836 /043space.cc
parent791c5eb1398bff36c74b1f7581ddff70d298cbc5 (diff)
downloadmu-f22250a174d5ad5abf8bf99ad140ced52563aee2.tar.gz
2680
Delete all the [] that has crept in since 2377 in November.
Diffstat (limited to '043space.cc')
-rw-r--r--043space.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/043space.cc b/043space.cc
index 497d87be..fdd987b2 100644
--- a/043space.cc
+++ b/043space.cc
@@ -281,7 +281,7 @@ bool contains_non_special_name(const recipe_ordinal r) {
     if (p->first.empty()) continue;
     if (p->first.find("stash_") == 0) continue;  // generated by rewrite_stashes_to_text (cross-layer)
     if (!is_special_name(p->first)) {
-//?       cerr << "  " << Recipe[r].name << ": " << p->first << '\n';
+//?       cerr << "  " << get(Recipe, r).name << ": " << p->first << '\n';
       return true;
     }
   }