76_MSGMail: Fix perl warning

git-svn-id: https://svn.fhem.de/fhem/trunk@8532 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
gandy92
2015-05-05 14:44:55 +00:00
parent e13f540496
commit 6ce9457cf0

View File

@@ -1,6 +1,6 @@
##############################################
########################################################
# $Id$
##############################################
########################################################
package main;
use strict;
@@ -73,7 +73,7 @@ MSGMail_Set($@)
##### we like to clear our buffer, first clear all lines of @data
##### and then set the counter to 0 and the status to clear
if($a[0] eq "clear")
elsif($a[0] eq "clear")
{
my $i;
for($i=0;$i<ReadingsVal($name,"msgcount",0);$i++)
@@ -88,7 +88,7 @@ MSGMail_Set($@)
##### we like to see the buffer
if($a[0] eq "list")
elsif($a[0] eq "list")
{
my $i;
my $mess = "---- Lines of data for $name ----\n";