diff options
Diffstat (limited to 'core/save-git.c')
-rw-r--r-- | core/save-git.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/save-git.c b/core/save-git.c index bdc08fef6..cea69974b 100644 --- a/core/save-git.c +++ b/core/save-git.c @@ -842,7 +842,7 @@ static void save_units(void *_b) put_format(b, "units PERSONALIZE %s %s %s %s %s %s\n", prefs.units.length == METERS ? "METERS" : "FEET", prefs.units.volume == LITER ? "LITER" : "CUFT", - prefs.units.pressure == BAR ? "BAR" : prefs.units.pressure == PSI ? "PSI" : "PASCAL", + prefs.units.pressure == BAR ? "BAR" : "PSI", prefs.units.temperature == CELSIUS ? "CELSIUS" : prefs.units.temperature == FAHRENHEIT ? "FAHRENHEIT" : "KELVIN", prefs.units.weight == KG ? "KG" : "LBS", prefs.units.vertical_speed_time == SECONDS ? "SECONDS" : "MINUTES"); |