Commit 004546b
committed
bug #2572 [TwigComponent] Fix ComponentTokenParser on 32-bits (smnandre)
This PR was squashed before being merged into the 2.x branch.
Discussion
----------
[TwigComponent] Fix ComponentTokenParser on 32-bits
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| Issues | Fix #2568
| License | MIT
- 64-bit users get the original behavior
- 32-bit users get the fix to prevent overflow issues
Commits
-------
8803614 [TwigComponent] Fix ComponentTokenParser on 32-bits1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
122 | 130 | | |
123 | 131 | | |
0 commit comments