OSDN Git Service

*** empty log message ***
authormorimoto <morimoto@180c8125-5b33-4295-ad04-72a68a15b4cc>
Wed, 6 Aug 2008 06:56:49 +0000 (06:56 +0000)
committermorimoto <morimoto@180c8125-5b33-4295-ad04-72a68a15b4cc>
Wed, 6 Aug 2008 06:56:49 +0000 (06:56 +0000)
lib/Keitairc/IrcBuffer.pm

index 5b1f3b5..7784a85 100644 (file)
@@ -1,6 +1,6 @@
 # -*- mode: perl; coding: utf-8 -*-
 # Keitairc::IrcBuffer
-# $Id: IrcBuffer.pm,v 1.19 2008-08-03 13:33:39 morimoto Exp $
+# $Id: IrcBuffer.pm,v 1.20 2008-08-06 06:56:49 morimoto Exp $
 # $Source: /home/ishikawa/work/keitairc/tmp/keitairc/lib/Keitairc/IrcBuffer.pm,v $
 #
 # Copyright (c) 2008 Jun Morimoto <morimoto@mrmt.net>
@@ -331,7 +331,7 @@ sub colorize{
 #
 sub update_timestamp{
        my $me = shift;
-       my $time = time;
+       my $time = shift;
 
        if($me->{timestamp} != $time){
                $me->{timestamp} = $time;