Commit 2a1e1be
committed
Move pointer increment into loop condition to avoid infinite loops
This is just a safety precaution to mitigate an accidental removal of the
pointer increment. No actual problems motivated this change.1 parent 46af172 commit 2a1e1be
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1056 | 1056 | | |
1057 | 1057 | | |
1058 | 1058 | | |
1059 | | - | |
| 1059 | + | |
| 1060 | + | |
1060 | 1061 | | |
1061 | 1062 | | |
1062 | 1063 | | |
| |||
1071 | 1072 | | |
1072 | 1073 | | |
1073 | 1074 | | |
1074 | | - | |
1075 | | - | |
1076 | 1075 | | |
1077 | 1076 | | |
1078 | 1077 | | |
| |||
0 commit comments