summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlookshe <lookshe@fumuga.com>2013-07-29 13:17:48 +0200
committerlookshe <lookshe@fumuga.com>2013-07-29 13:17:48 +0200
commita9c679cba906cb8709966615523c93db1377e771 (patch)
treea6367fb396780aface96fd2b503bbb4813f4e24d
parent2f1137c606eaa5e599b83a53b5187e6970348852 (diff)
index of table adjusted
-rw-r--r--file.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/file.pl b/file.pl
index 9d33969..da177c5 100644
--- a/file.pl
+++ b/file.pl
@@ -64,7 +64,8 @@ if ($found == 0) {
}
}
if ($morethanone =~/1/) {
- for ($i = 3; $i <= $#$list; $i++) {
+ for ($i = 2; $i <= $#$list; $i++) {
+#print "$$list[$i]\n";
if ($$list[$i] =~ /^.file extension $type$/i) {
if ($found == 3) {
print "for more see $wikiurl\n";