2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-12 02:39:57 +00:00

fix version

git-svn-id: https://svn.fhem.de/fhem/trunk@4576 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2014-01-06 15:20:28 +00:00
parent 854274aaf7
commit fd0979c57d

View File

@ -24,7 +24,7 @@
# along with fhem. If not, see <http://www.gnu.org/licenses/>.
#
#
# Version: 1.0.1
# Version: 1.0.2
#
# Major Version History:
# - 1.0.0 - 2013-12-16
@ -1393,7 +1393,7 @@ sub ONKYO_AVR_sysreadline($;$$) {
###################################
sub ONKYO_AVR_at_eol($;$) {
if ( $_[0] =~ /\r\z/ || $_[0] =~ /\r\n\z/ ) {
if ( $_[0] =~ /\r\n\z/ || $_[0] =~ /\r\z/ ) {
return 1;
}
else {