[Pkg-jed-commit] r530 - jedstate/trunk/debian
Rafael Laboissiere
rafael at alioth.debian.org
Mon Feb 5 21:11:28 CET 2007
Author: rafael
Date: 2007-02-05 21:11:28 +0100 (Mon, 05 Feb 2007)
New Revision: 530
Modified:
jedstate/trunk/debian/jedstate-to-gdbmrecent
Log:
Fixed wording in comment
Modified: jedstate/trunk/debian/jedstate-to-gdbmrecent
===================================================================
--- jedstate/trunk/debian/jedstate-to-gdbmrecent 2007-02-05 19:31:39 UTC (rev 529)
+++ jedstate/trunk/debian/jedstate-to-gdbmrecent 2007-02-05 20:11:28 UTC (rev 530)
@@ -64,7 +64,7 @@
or die "$prog: Cannot open file $gdbmrecent_db for reading/writing\n";
while ((my $k, $v) = each %jedstate) {
- ## Remove leading ^@ character
+ ## Remove trailing ^@ character, stored by jedstate
$k = substr ($k, 0, -1);
$v = substr ($v, 0, -1);
## Store values : jedstate is <column>\t<line>\t<time>
More information about the Pkg-jed-commit
mailing list