diff -ur a/include/gemmi/json.hpp b/include/gemmi/json.hpp --- a/include/gemmi/json.hpp +++ b/include/gemmi/json.hpp @@ -38,6 +38,7 @@ inline std::string as_cif_value(const sajson::value& val) { switch (val.get_type()) { + case sajson::TYPE_INTEGER: case sajson::TYPE_DOUBLE: return val.as_string(); case sajson::TYPE_NULL: td class='logo' rowspan='2'>cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/.guix-channel
AgeCommit message (Expand)Author
2020-06-17.guix-channel: Add primary URL....* .guix-channel: Add 'url'. Ludovic Courtès
2020-06-16.guix-channel: Add 'keyring-reference'....* .guix-channel: Add 'keyring-reference'. Ludovic Courtès
2019-09-23Add '.guix-channel' file....* .guix-channel: New file. * Makefile.am (EXTRA_DIST): Add it. Ludovic Courtès