commit 2e2e90b74ceaf2d1a34fab90a53d41636bc1439f parent 5cb88639c883a945cd7347c8b68c9d9b978455db Author: Christophe Coustet <christophe.coustet@meso-star.com> Date: Fri, 5 May 2017 15:50:09 +0200 Merge branch 'feature_atmosphere' into develop Diffstat:
| M | src/parser/solparser.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/parser/solparser.c b/src/parser/solparser.c @@ -1142,7 +1142,7 @@ const struct solparser_atmosphere* solparser_get_atmosphere(const struct solparser* parser) { ASSERT(parser); - if(parser->sun_key) return &parser->atmosphere; + if(parser->atmosphere_key) return &parser->atmosphere; else return NULL; }