]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/image.cpp
xmode.rules: removing test no longer needed
[factor.git] / vm / image.cpp
index 444c107e369cf39823de07b8ad562b352cc48df7..571cfa0d27e03e61cd62014454431df60bf6f4d9 100644 (file)
@@ -273,7 +273,7 @@ void factor_vm::load_image(vm_parameters* p) {
 // so. Instead we signal failure by returning false.
 bool factor_vm::save_image(const vm_char* saving_filename,
                            const vm_char* filename) {
-  image_header h;
+  image_header h = {};
 
   h.magic = image_magic;
   h.version = image_version;