Merge branch 'master' into bindings/python
[babeltrace.git] / formats / ctf / types / array.c
index b1e8d6c5af7b316110b31920a7a61ed125ac4c98..979f7a3dc313895d29085e6de09e7ad904b675c0 100644 (file)
@@ -57,9 +57,11 @@ int ctf_array_read(struct bt_stream_pos *ppos, struct bt_definition *definition)
                                g_string_insert_len(array_definition->string,
                                        0, (char *) ctf_get_pos_addr(pos),
                                        array_declaration->len);
-                               if (!ctf_move_pos(pos, array_declaration->len * CHAR_BIT))
-                                       return -EFAULT;
-                               return 0;
+                               /*
+                                * We want to populate both the string
+                                * and the underlying values, so carry
+                                * on calling bt_array_rw().
+                                */
                        }
                }
        }
This page took 0.022991 seconds and 4 git commands to generate.