Skip to content

gr-unit.c: Correct the dimension of the ounce

Sprite Storm requested to merge spritestorm/recipes:fix-ounce-dimension into master

The ounce can exist as both mass and volume dimension; however, the latter is referred to as the fluid ounce. This was set incorrectly in the GrUnitData struct so would not undergo conversion to metric.

An unused struct member using the fl. oz. abbreviation (in addition to the fl oz abbreviation) was removed.

Merge request reports