mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
UConv: fix prototype
git-svn-id: https://svn.fhem.de/fhem/trunk@14398 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
51bd34bca6
commit
38890f3273
@ -1617,7 +1617,7 @@ sub _round($;$) {
|
||||
return sprintf( "%.${n}f", $val );
|
||||
}
|
||||
|
||||
sub _time(;$$$);
|
||||
sub _time(;$$$$);
|
||||
|
||||
sub _time(;$$$$) {
|
||||
my ( $time, $lang, $dayOffset, $params ) = @_;
|
||||
|
Loading…
Reference in New Issue
Block a user