Commit 47d9fb8
committed
regen/embed.pl: Add a condition to an 'if'
$argname is used inside this 'if' as part of a newly created array
element. It needs to be defined for the code to work that later looks
at that element.
No current calls result in an undefined value for this.1 parent 088d7d8 commit 47d9fb8
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
277 | | - | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
278 | 283 | | |
279 | 284 | | |
280 | 285 | | |
| |||
0 commit comments