about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2020-09-22 18:49:49 +0000
committerEric Wong <e@80x24.org>2020-09-24 09:57:11 +0000
commit9dd93e4399c67abf74df6832181d442f81e0aa33 (patch)
tree814cb4e8b1c10c53a241e581b7df6b1ea796688f
parent8b06cda3a3af3f0e88b599a01f03edb7fec4f2c4 (diff)
downloadpublic-inbox-9dd93e4399c67abf74df6832181d442f81e0aa33.tar.gz
It's `d' for deletes, not `a'.
-rw-r--r--lib/PublicInbox/IdxStack.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/IdxStack.pm b/lib/PublicInbox/IdxStack.pm
index b43b8064..ce75b46a 100644
--- a/lib/PublicInbox/IdxStack.pm
+++ b/lib/PublicInbox/IdxStack.pm
@@ -14,7 +14,7 @@ sub new {
         bless { wr => $io, latest_cmt => $_[1] }, __PACKAGE__
 }
 
-# file_char = [a|m]
+# file_char = [d|m]
 sub push_rec {
         my ($self, $file_char, $at, $ct, $blob_oid) = @_;
         my $rec = pack(FMT, $file_char, $at, $ct, $blob_oid);