Age | Commit message (Expand) | Author |
---|---|---|
2019-06-15 | gnu: dico: Update to 2.9....* gnu/packages/dico.scm (dico): Update to 2.9. | Ludovic Courtès |
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: 'header'>
aboutsummaryrefslogtreecommitdiff |
Age | Commit message (Expand) | Author |
---|---|---|
2019-06-15 | gnu: dico: Update to 2.9....* gnu/packages/dico.scm (dico): Update to 2.9. | Ludovic Courtès |