From: Mike Brady Date: Wed, 19 Feb 2020 09:36:59 +0000 (+0000) Subject: fix comparison between old and new metadata strings by checking they have equal lengt... X-Git-Tag: 3.3.7d12~139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d237d72c9746e76351819e19aca57463dc9aef97;p=thirdparty%2Fshairport-sync.git fix comparison between old and new metadata strings by checking they have equal lengths as well. Remove a redundant definition to prevent use on an uninitialised copy, clean up some of the less-used backends --- diff --git a/configure.ac b/configure.ac index d6fa5ef0..0d617d46 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.50]) -AC_INIT([shairport-sync], [3.3.6d8], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3.6d9], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])