--- slimserver.pl 2005-07-14 12:53:28.721743964 +0200 +++ /home/mh/Documents/.snapshots/hourly.0/eclipse/SVN/slimserver.pl 2005-07-14 12:47:18.000000000 +0200 @@ -1081,6 +1081,9 @@ my $http = shift; # store result in global variable, to be displayed by browser $::newVersion = $http->content(); + if ($::newVersion !~ m!!i) { + $::newVersion = '0'; + }; chomp($::newVersion); # msg("CheckVersionCB: '" . $::newVersion . "'\n"); # temp }