mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-30 14:00:02 +00:00
Fixed missing "f" on float default values in C++/Java/C#
Bug: 28145201 Change-Id: I5a1818c40c2f4fbd00cfec3362040407976f7a39 Tested: on Linux.
This commit is contained in:
@@ -59,6 +59,7 @@ table Monster {
|
||||
testhashu32_fnv1a:uint (id:21, hash:"fnv1a_32");
|
||||
testhashs64_fnv1a:long (id:22, hash:"fnv1a_64");
|
||||
testhashu64_fnv1a:ulong (id:23, hash:"fnv1a_64");
|
||||
testf:float = 3.14159 (id:25);
|
||||
}
|
||||
|
||||
rpc_service MonsterStorage {
|
||||
|
||||
Reference in New Issue
Block a user