HUGE bug preventing 10 bytes of required data from being written in UTFDataFormat
This commit is contained in:
parent
85af0f3c37
commit
9302b11bea
@ -541,7 +541,7 @@ namespace UniversalEditor.Plugins.CRI.DataFormats.Database.UTF
|
||||
{
|
||||
WriteValue(bw, value, UTFColumnDataType.Int, stringTable);
|
||||
}
|
||||
else if (value is short || value is short)
|
||||
else if (value is short || value is ushort)
|
||||
{
|
||||
WriteValue(bw, value, UTFColumnDataType.Short, stringTable);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user