|
From: <pf...@us...> - 2012-12-30 12:52:46
|
Revision: 1273
http://openautomation.svn.sourceforge.net/openautomation/?rev=1273&view=rev
Author: pfry
Date: 2012-12-30 12:52:39 +0000 (Sun, 30 Dec 2012)
Log Message:
-----------
strftime
Modified Paths:
--------------
wiregate/plugin/generic/Logikprozessor.pl
Modified: wiregate/plugin/generic/Logikprozessor.pl
===================================================================
--- wiregate/plugin/generic/Logikprozessor.pl 2012-12-30 10:24:39 UTC (rev 1272)
+++ wiregate/plugin/generic/Logikprozessor.pl 2012-12-30 12:52:39 UTC (rev 1273)
@@ -7,7 +7,7 @@
# $plugin_info{$plugname.'_cycle'}=0; return 'deaktiviert';
-use POSIX qw(floor);
+use POSIX qw(floor strftime);
# Tools und vorbesetzte Variablen fuer die Logiken
sub limit { my ($lo,$x,$hi)=@_; return $x<$lo?$lo:($x>$hi?$hi:$x); }
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|