Skip to content
  • Alexander Neundorf's avatar
    Fix ZLIB version parsing if no TWEAK version exists · 75e72785
    Alexander Neundorf authored
    ZLIB_VERSION_STRING was "1.2.3.#define ZLIB_VERSION "1.2.3"" here, because
    the result of the matching for the tweak version was also appended if there
    was no TWEAK version and the regexp failed, which gives as result not
    an empty string, but the full string.
    Now it is only appended if the regexp matches.
    
    Alex
    75e72785