[Debian-l10n-commits] r2080 - in /dl10n/trunk: Changelog dl10n-pts

nekral-guest at users.alioth.debian.org nekral-guest at users.alioth.debian.org
Sun Jan 3 11:57:18 UTC 2010


Author: nekral-guest
Date: Sun Jan  3 11:57:18 2010
New Revision: 2080

URL: http://svn.debian.org/wsvn/?sc=1&rev=2080
Log:
	* dl10n-pts: Fixed typo, strftime needs an array, not a reference.

Modified:
    dl10n/trunk/Changelog
    dl10n/trunk/dl10n-pts

Modified: dl10n/trunk/Changelog
URL: http://svn.debian.org/wsvn/dl10n/trunk/Changelog?rev=2080&op=diff
==============================================================================
--- dl10n/trunk/Changelog (original)
+++ dl10n/trunk/Changelog Sun Jan  3 11:57:18 2010
@@ -1,3 +1,7 @@
+2010-01-01  Nicolas François  <nicolas.francois at centraliens.net>
+
+	* dl10n-pts: Fixed typo, strftime needs an array, not a reference.
+
 2010-01-01  Nicolas François  <nicolas.francois at centraliens.net>
 
 	* dl10n-rrd/manpages-rrd.pl: Updated list of architectures per

Modified: dl10n/trunk/dl10n-pts
URL: http://svn.debian.org/wsvn/dl10n/trunk/dl10n-pts?rev=2080&op=diff
==============================================================================
--- dl10n/trunk/dl10n-pts (original)
+++ dl10n/trunk/dl10n-pts Sun Jan  3 11:57:18 2010
@@ -333,7 +333,7 @@
             print PKGSTATUS "</tr>\n";
         }
     }
-    my $date = strftime('%a, %d %b %Y %H:%M:%S %z', gmtime);
+    my $date = strftime('%a, %d %b %Y %H:%M:%S %z', @$gmt);
     my $db_date = $data->get_date();
     print PKGSTATUS <<EOF;
     </table>




More information about the Debian-l10n-commits mailing list