Fix for CAdapterGenerator
This commit is contained in:
committed by
Sergey Bogolepov
parent
5f661b20aa
commit
14ba28c5c7
+2
-1
@@ -879,7 +879,8 @@ internal class CAdapterGenerator(
|
||||
)
|
||||
|
||||
private val primitiveTypeMapping = mapOf(
|
||||
ValueType.BOOLEAN to "${prefix}_KByte",
|
||||
ValueType.BOOLEAN to "${prefix}_KBoolean",
|
||||
ValueType.BYTE to "${prefix}_KByte",
|
||||
ValueType.SHORT to "${prefix}_KShort",
|
||||
ValueType.INT to "${prefix}_KInt",
|
||||
ValueType.LONG to "${prefix}_KLong",
|
||||
|
||||
Reference in New Issue
Block a user