Commit 6119060
committed
Fix possibly-uninitialized-variable warning from commit 9556aa0.
Heikki's compiler doesn't complain about end_ptr, apparently,
but mine does.
In passing, I failed to resist the temptation to remove the
no-longer-used fldnum variable, and relocate chunk_len's
declaration to a narrower scope.1 parent 9556aa0 commit 6119060
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4613 | 4613 | | |
4614 | 4614 | | |
4615 | 4615 | | |
4616 | | - | |
4617 | | - | |
4618 | 4616 | | |
4619 | 4617 | | |
4620 | 4618 | | |
| |||
4651 | 4649 | | |
4652 | 4650 | | |
4653 | 4651 | | |
4654 | | - | |
| 4652 | + | |
4655 | 4653 | | |
4656 | 4654 | | |
4657 | 4655 | | |
| 4656 | + | |
4658 | 4657 | | |
4659 | 4658 | | |
4660 | 4659 | | |
| |||
4663 | 4662 | | |
4664 | 4663 | | |
4665 | 4664 | | |
| 4665 | + | |
4666 | 4666 | | |
4667 | 4667 | | |
4668 | 4668 | | |
| |||
0 commit comments