summaryrefslogtreecommitdiffstats
path: root/core/save-git.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/save-git.c')
-rw-r--r--core/save-git.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/save-git.c b/core/save-git.c
index e22019ab0..ed91debf4 100644
--- a/core/save-git.c
+++ b/core/save-git.c
@@ -325,7 +325,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_string(b, "\n");