about summary refs log tree commit diff stats
path: root/cpp/013run
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/013run')
-rw-r--r--cpp/013run2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/013run b/cpp/013run
index 9790bfdd..8456a7c0 100644
--- a/cpp/013run
+++ b/cpp/013run
@@ -152,7 +152,7 @@ size_t size_of(const reagent& r) {
 size_t size_of(const vector<type_number>& types) {
   type_info t = Type[types[0]];
   // End size_of Cases.
-  return t.size;
+  return 1;
 }
 
 bool is_dummy(const reagent& x) {