a
This commit is contained in:
parent
5dd7966761
commit
a6e56b4519
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ fn cook(args: Args, executable_path: &str, mut debug_mode: bool) -> Result<(), E
|
||||||
// ENCODE: ShinyData (if applicable)
|
// ENCODE: ShinyData (if applicable)
|
||||||
ShinyData {
|
ShinyData {
|
||||||
id: realshinykey,
|
id: realshinykey,
|
||||||
val: shinyvalue as i64, //- 0b0100_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000,
|
val: shinyvalue, //- 0b0100_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000,
|
||||||
// u16::MAX is the max value of unsigned 16bit value
|
// u16::MAX is the max value of unsigned 16bit value
|
||||||
}
|
}
|
||||||
.encode(ver, &mut out)
|
.encode(ver, &mut out)
|
||||||
|
|
Loading…
Add table
Reference in a new issue