Commit e122423
Steffen Larsen
[SYCL] Fix incorrect return of PropertyValue::data() (#18944)
The data function of PropertyValue was returning a pointer to a pointer
when the underlying data was a byte array, rather than returning the
byte array pointer itself. This commit fixes the return value for the
byte array case.
---------
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>1 parent 4b3ed9b commit e122423
1 file changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
162 | 171 | | |
163 | 172 | | |
164 | 173 | | |
| |||
0 commit comments