Commit cf32d6e
data: force key_values to str
In a SList, if you have a key not in str type (uint16 for example), the
str2c function will not manage to convert it to cdata str because it
waits only for str type.
So we force str type in order to fix this problem.1 parent 1f37da4 commit cf32d6e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1094 | 1094 | | |
1095 | 1095 | | |
1096 | 1096 | | |
1097 | | - | |
| 1097 | + | |
1098 | 1098 | | |
1099 | 1099 | | |
1100 | 1100 | | |
| |||
0 commit comments