-
Notifications
You must be signed in to change notification settings - Fork 129
Commit 64c6013
committed
ON-17066: fix argument passing to onload-spawned shrub controller
Without this patch, if any of the optional arguments weren't wanted,
it would be replaced by NULL. This would be interpreted as the end
of the argument list, so all other arguments after that point would
be ignored.1 parent 6994a99 commit 64c6013
1 file changed
+16
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | - | ||
101 | - | ||
100 | + | ||
101 | + | ||
102 | + | ||
103 | + | ||
102 | 104 | | |
103 | 105 | | |
104 | 106 | | |
105 | 107 | | |
106 | 108 | | |
107 | 109 | | |
108 | 110 | | |
111 | + | ||
112 | + | ||
109 | 113 | | |
110 | 114 | | |
111 | 115 | | |
112 | 116 | | |
113 | 117 | | |
118 | + | ||
119 | + | ||
120 | + | ||
121 | + | ||
122 | + | ||
123 | + | ||
124 | + | ||
125 | + | ||
126 | + | ||
127 | + | ||
114 | 128 | | |
115 | 129 | | |
116 | 130 | | |
| |||
0 commit comments