bump version to 0.11
This commit is contained in:
parent
45edfd13a7
commit
568f5a8860
2 changed files with 1 additions and 2 deletions
|
@ -83,7 +83,7 @@ using ROOT::Experimental::Internal::RNTupleSerializer;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define V_MAJOR "0"
|
#define V_MAJOR "0"
|
||||||
#define V_MINOR "10"
|
#define V_MINOR "11"
|
||||||
|
|
||||||
// Internal sources
|
// Internal sources
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
|
@ -439,7 +439,6 @@ b8 get_tfile_data(Arena *arena, const Inspected_File &file, u32 walk_tkeys_flags
|
||||||
{
|
{
|
||||||
b8 success = walk_tkeys(arena, file.mem, file.size, walk_tkeys_flags, tfile_data, ntpl_name);
|
b8 success = walk_tkeys(arena, file.mem, file.size, walk_tkeys_flags, tfile_data, ntpl_name);
|
||||||
if (success) {
|
if (success) {
|
||||||
// TODO: if ntpl_name is non-empty, only pick the given RNTuple
|
|
||||||
map_rntuple_rblobs(arena, tfile_data);
|
map_rntuple_rblobs(arena, tfile_data);
|
||||||
} else {
|
} else {
|
||||||
fprintf(stderr, "Error: failed to walk TFile keys.\n");
|
fprintf(stderr, "Error: failed to walk TFile keys.\n");
|
||||||
|
|
Loading…
Add table
Reference in a new issue