Skip to content

Commit 87ed439

Browse files
committed
---
yaml --- r: 98158 b: refs/heads/master c: f4c9ed4 h: refs/heads/master v: v3
1 parent 636f507 commit 87ed439

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: e52f7c9239a0a523c04651f5eba3cad6f15fa217
2+
refs/heads/master: f4c9ed42aa1f5b83aa2f0ee3fbb5a89919d208d4
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: b6400f998497c3958f40997a71756ead344a776d
55
refs/heads/try: c274a6888410ce3e357e014568b43310ed787d36

trunk/src/libextra/ebml.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ pub mod reader {
149149
(0, 0x0), (0, 0x0fffffff),
150150
(8, 0x1fffff), (8, 0x1fffff),
151151
(16, 0x3fff), (16, 0x3fff), (16, 0x3fff), (16, 0x3fff),
152-
(24, 0x7f), (24, 0x7f), (24, 0x7f), (24, 0x7f), (24, 0x7f), (24, 0x7f), (24, 0x7f), (24, 0x7f)
152+
(24, 0x7f), (24, 0x7f), (24, 0x7f), (24, 0x7f),
153+
(24, 0x7f), (24, 0x7f), (24, 0x7f), (24, 0x7f)
153154
];
154155

155156
unsafe {

0 commit comments

Comments
 (0)