Commit 2a1c0a8
committed
gh-129813: Fix typo in byteswriter_resize()
The intent is to test "resize and overallocate", even if in practice
"resize & overallocate" is the same (both variables are either 0 or
1). Use "&&" to better describe the intent of the test.1 parent aaae15c commit 2a1c0a8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3629 | 3629 | | |
3630 | 3630 | | |
3631 | 3631 | | |
3632 | | - | |
| 3632 | + | |
3633 | 3633 | | |
3634 | 3634 | | |
3635 | 3635 | | |
| |||
0 commit comments