]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/quotations.cpp
Put brackets around ipv6 addresses in `inet6 present`
[factor.git] / vm / quotations.cpp
index f9317fb4f39ddbec6298fb12c15a7b95fd3b3b3b..d4c99655661ce12d8cc0cf2dc44cfd8bdb5d0317 100644 (file)
@@ -43,7 +43,7 @@ inline cell quotation_jit::nth(cell index) {
 }
 
 void quotation_jit::init_quotation(cell quot) {
-  elements = untag<quotation>(quot)->array;
+  elements.set_value(untag<quotation>(quot)->array);
 }
 
 bool quotation_jit::fast_if_p(cell i, cell length) {