Commit 0de49f0
committed
fix(generator): simplify concatenated extension construction for EGL
We don't need strcat, we already have lengths calculated, we can just
use memcpy. And this eliminates some 'strcat' usage warnings from MSVC
as well.
Signed-off-by: Steven Noonan <steven@uplinklabs.net>1 parent cf0a534 commit 0de49f0
1 file changed
Lines changed: 7 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
308 | | - | |
309 | | - | |
| 308 | + | |
| 309 | + | |
310 | 310 | | |
311 | | - | |
312 | | - | |
313 | | - | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
314 | 315 | | |
| 316 | + | |
315 | 317 | | |
316 | 318 | | |
317 | 319 | | |
| |||
0 commit comments