KS550 sign fix, HM autocreate additions, HMLAN preparations

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@841 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2011-02-24 16:05:41 +00:00
parent f3efef60d4
commit d0f747b8f3
3 changed files with 93 additions and 42 deletions

View File

@@ -167,7 +167,7 @@ FileLog_Get($@)
" <infile> is without direcory, - means the current file\n" .
" <outfile> is a prefix, - means stdout\n"
if(int(@a) < 5);
Log 1, join("/", @a);
shift @a;
my $inf = shift @a;
my $outf = shift @a;