Skip to content
  • Erwin Janssen's avatar
    Use <type>_MAX instead of <type>_SIZE, rectangle.c · 45ce611a
    Erwin Janssen authored
    Instead of using the custom defined <type>_SIZE defines in
    lib/label/rectangle.c function RectAra, we now use the defines
    <type>_MAX from the standard library. The meaning is the same, but it is
    more portable and requires less checks.
    45ce611a