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-12-26 19:31:02 +0000
commite578a012532cd91f127a1cf941683c0377f9ca63 (patch)
tree5ec7cf1ea90dda37e72341e4bf7063fe7c8741df
parentd94b6dd63438174888db27f3a61ffdcf7d1a99da (diff)
downloadpublic-inbox-e578a012532cd91f127a1cf941683c0377f9ca63.tar.gz
It's `d' for deletes, not `a'.

(cherry picked from commit 9dd93e4399c67abf74df6832181d442f81e0aa33)
-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);