[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Debian JP master SVN www commits (rev.555)
=======================================================
Repository: /org/svn.debian.or.jp/repos
Revision: 555
Commiter: yasu
Date: 2008-02-05 20:07:47 +0900 (火, 05 2月 2008)
=======================================================
Log:
some fix
=======================================================
Changed:
U cdn/trunk/ChangeLog
U cdn/trunk/check-surrogates.rb
Modified: cdn/trunk/ChangeLog
===================================================================
--- cdn/trunk/ChangeLog 2008-02-05 10:30:57 UTC (rev 554)
+++ cdn/trunk/ChangeLog 2008-02-05 11:07:47 UTC (rev 555)
@@ -1,3 +1,7 @@
+2008-02-05 ARAKI Yasuhiro <ar@debian.org>
+
+ * check-surrogates.rb (CheckSurrogate::make_surrogate_line): Small initialize fix.
+
2007-05-02 ARAKI Yasuhiro <ar@xxxxxxxxxxxxx>
* check-surrogates.rb (CheckSurrogate::checkhttp): fix wrong spell.
Modified: cdn/trunk/check-surrogates.rb
===================================================================
--- cdn/trunk/check-surrogates.rb 2008-02-05 10:30:57 UTC (rev 554)
+++ cdn/trunk/check-surrogates.rb 2008-02-05 11:07:47 UTC (rev 555)
@@ -72,7 +72,7 @@
@last_modified = nil
$surrogates = ''
$tracefile = ''
- $first_surrogate = ''
+ $first_surrogate = nil
require listfile
if $tracefile && $first_surrogate