Sync with 5.3.0
[deliverable/titan.core.git] / core / RAW.cc
index b3163867164693757f858868b00adea8f3b9deb1..72947e8b8d7546aee3b960b0f62dbe80dc4fefaf 100644 (file)
@@ -340,7 +340,7 @@ int RAW_encode_enum_type(const TTCN_Typedescriptor_t& p_td,
   my_raw.ptroffset       = p_td.raw->ptroffset;
   my_raw.unit            = p_td.raw->unit;
   TTCN_Typedescriptor_t my_descr = { p_td.name, 0, &my_raw, NULL, NULL, NULL,
-    TTCN_Typedescriptor_t::DONTCARE };
+    NULL, TTCN_Typedescriptor_t::DONTCARE };
   INTEGER i(integer_value);
   i.RAW_encode(my_descr, myleaf);
   //  myleaf.align=0;//p_td.raw->endianness==ORDER_MSB?min_bits_enum-fl:fl-min_bits_enum;
@@ -369,7 +369,7 @@ int RAW_decode_enum_type(const TTCN_Typedescriptor_t& p_td, TTCN_Buffer& buff,
   my_raw.ptroffset       = p_td.raw->ptroffset;
   my_raw.unit            = p_td.raw->unit;
   TTCN_Typedescriptor_t my_descr = { p_td.name, 0, &my_raw, NULL, NULL, NULL,
-    TTCN_Typedescriptor_t::DONTCARE };
+    NULL, TTCN_Typedescriptor_t::DONTCARE };
   INTEGER i;
   /*  if(p_td.raw->endianness==ORDER_MSB)
    buff.increase_pos_bit(fl-min_bits_enum);*/
This page took 0.024774 seconds and 5 git commands to generate.