# HG changeset patch # User Matti Hamalainen # Date 1529936021 -10800 # Node ID ee95059b4c18ea5e825db2d709ace5c3563175e7 # Parent ac9784afae27cf1e2f8ebcfad1de472512038399 Oops, fix a blunder left in the refactored scale option parsing. diff -r ac9784afae27 -r ee95059b4c18 tools/gfxconv.c --- a/tools/gfxconv.c Mon Jun 25 17:10:24 2018 +0300 +++ b/tools/gfxconv.c Mon Jun 25 17:13:41 2018 +0300 @@ -722,6 +722,11 @@ error = (sep != 0); } else + if (sep == 0) + { + optSpec.scaleX = optSpec.scaleY = tmpUInt; + } + else error = TRUE; } else