UConv: fix prototype

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@14398 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2017-05-28 09:40:42 +00:00
parent 143a41763b
commit a1326e6683

View File

@ -1617,7 +1617,7 @@ sub _round($;$) {
return sprintf( "%.${n}f", $val );
}
sub _time(;$$$);
sub _time(;$$$$);
sub _time(;$$$$) {
my ( $time, $lang, $dayOffset, $params ) = @_;