diff options
| author | fukachan <fukachan> | 2010-02-28 06:37:24 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2010-02-28 06:37:24 +0000 |
| commit | e314db340e6b4afc2dc9b9a6745dea18f3cc0844 (patch) | |
| tree | 8aa695a4228ff273f17d123f540d22d901492cd3 /img/lib/IM/History.pm | |
| parent | ddc1ed19d3f9d8d8840bea932174a68749550330 (diff) | |
| download | fml8-im-150.tar.gz fml8-im-150.tar.bz2 fml8-im-150.zip | |
import im-150im-150
Diffstat (limited to 'img/lib/IM/History.pm')
| -rw-r--r-- | img/lib/IM/History.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/img/lib/IM/History.pm b/img/lib/IM/History.pm index 84586902..2c98175a 100644 --- a/img/lib/IM/History.pm +++ b/img/lib/IM/History.pm @@ -5,10 +5,10 @@ ### ### Author: Internet Message Group <img@mew.org> ### Created: Jul 6, 1997 -### Revised: Jul 4, 2004 +### Revised: Apr 23, 2007 ### -my $PM_VERSION = "IM::History.pm version 20031028(IM146)"; +my $PM_VERSION = "IM::History.pm version 20100215(IM150)"; package IM::History; require 5.003; @@ -88,13 +88,13 @@ sub history_open($) { } unless ($db) { - im_err "history: can not access $dbfile ($!)\n"; + im_err "history: cannot access $dbfile ($!)\n"; return -1; } if ($DBtype eq 'DB') { $fd = $db->fd; if ($fd < 0) { - im_err "history: can not access $dbfile (fd = $fd)\n"; + im_err "history: cannot access $dbfile (fd = $fd)\n"; return -1; } } |
