temporal: fix error in operator>> for BBT_offset
This commit is contained in:
parent
dcfbdb482d
commit
7dba843cb4
@ -63,7 +63,7 @@ std::operator>>(std::istream& i, Temporal::BBT_Offset& bbt)
|
||||
i >> skip_pipe_char;
|
||||
i >> t;
|
||||
|
||||
bbt = Temporal::BBT_Time (B, b, t);
|
||||
bbt = Temporal::BBT_Offset (B, b, t);
|
||||
|
||||
return i;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user