Commit 086a52e
committed
SDAP: fix discarded-qualifiers warning in split_extra_attr()
Make sep `const char *` since it only holds a strchr() result
from a const input string and is used for pointer arithmetic.
Implementation-By: Claude Code (Opus 4.6)
Reviewed-by: Tomáš Halman <[email protected]>1 parent ef104b7 commit 086a52e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
0 commit comments