diff options
Diffstat (limited to 'core/save-xml.c')
-rw-r--r-- | core/save-xml.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/save-xml.c b/core/save-xml.c index 2335637e8..045e47c55 100644 --- a/core/save-xml.c +++ b/core/save-xml.c @@ -269,7 +269,7 @@ static void save_one_event(struct membuffer *b, struct event *ev) if (ev->gas.index >= 0) { show_index(b, ev->gas.index, "cylinder='", "'"); put_gasmix(b, &ev->gas.mix); - } else if (!event_gasmix_redundant(ev)) + } else put_gasmix(b, &ev->gas.mix); } put_format(b, " />\n"); |