about summary refs log tree commit diff stats
path: root/031address.cc
diff options
context:
space:
mode:
Diffstat (limited to '031address.cc')
-rw-r--r--031address.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/031address.cc b/031address.cc
index 50c9c446..66172fbe 100644
--- a/031address.cc
+++ b/031address.cc
@@ -158,6 +158,8 @@ recipe main [
 
 :(after "Update GET_ADDRESS base in Check")
 if (!canonize_type(base)) break;
+:(after "Update GET_ADDRESS product in Check")
+if (!canonize_type(base)) break;
 :(after "Update GET_ADDRESS base in Run")
 base = canonize(base);