]> git.donarmstrong.com Git - infobot.git/blobdiff - src/CommandStubs.pl
* Don't open shm segments if a read fails
[infobot.git] / src / CommandStubs.pl
index 37f918104602f2ffd25a78a94e6a49185be4309f..93fc65302d45b8c2da0ea345154d09b2cd093882 100644 (file)
@@ -772,7 +772,7 @@ sub textstats_main {
            }
        }
 
-       my $topstr = '';
+       $topstr = '';
        if (scalar @top) {
            $topstr = '.  Top '.scalar(@top).': '.join(', ', @top);
        }