aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-02-26 19:49:28 +0000
committerNick Mathewson <nickm@torproject.org>2008-02-26 19:49:28 +0000
commit4ea982c4c071fcc265d1343dcbf20822396e7a01 (patch)
treef9a9420c0cbcf30e91c03fc25c5c75fa057ff214 /doc
parent5375f4bc98a7105dc641b92783b1648e40633a80 (diff)
downloadtor-4ea982c4c071fcc265d1343dcbf20822396e7a01.tar
tor-4ea982c4c071fcc265d1343dcbf20822396e7a01.tar.gz
r14481@tombo: nickm | 2008-02-26 14:49:04 -0500
Bump trunk version to 0.2.1.0-alpha-dev svn:r13745
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/spec/proposals/reindex.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/spec/proposals/reindex.pl b/doc/spec/proposals/reindex.pl
index c5ca20ab1..9053ba027 100755
--- a/doc/spec/proposals/reindex.pl
+++ b/doc/spec/proposals/reindex.pl
@@ -21,6 +21,7 @@ for my $f (@files) {
my $num = substr($f, 0, 3);
my $status = undef;
my $title = undef;
+ if ($f !~ /\.txt/) { print "$f doesn't end with .txt\n"; }
open(F, "$f");
while (<F>) {
last if (/^\s*$/);