now fix the REAL problem with Prefix::extract
[spider.git] / perl / Prefix.pm
index 9a5f45da207b69df499ce7655cd0737864ad5fcf..53424e03e00e7e40cbae01f02e56f354b1b2cadf 100644 (file)
@@ -442,7 +442,7 @@ L1:         for ($n = 0; $n < @parts; $n++) {
                }
 
                # we are a pirate!
-               @nout = matchprefix('Q');
+               @nout = matchprefix('QQ');
                $misses++;
                lru_put($call, \@nout);
                push @out, @nout;