Allow elements out of context in GOM.
[gedcom-parse.git] / gom / multimedia.c
index 9dbf90b5ee390d22015181cc7b534a05cfc14ac8..b7514e48d8f6022b7a88fdecf545163cd126ea92 100644 (file)
@@ -61,7 +61,7 @@ Gedcom_ctxt obje_blob_cont_start(_ELT_PARAMS_)
   if (! ctxt)
     NO_CONTEXT;
   else
-    result = make_gom_ctxt(elt, ctxt->obj_type, ctxt->ctxt_ptr);
+    result = dup_gom_ctxt(ctxt, elt);
   
   return (Gedcom_ctxt)result;
 }