* Patch from Seneca <seneca-cunningham@rogers.com> to correct newspeak's
[filters.git] / newspeak.l
index 67b2c5e2b074f964c60f2b4370b1def93e0d09ad..51333abd1034927d31f785ae344897f0ba6cfa9f 100644 (file)
@@ -584,7 +584,7 @@ robably|ventually|[Oo]bvious|[Bb]asic|{W}[Oo]nly|otally     |
                        if (14 == fcounter++) printf("(fnord)  ");
                }
 
-[.,!?]\"([^\n\".!]+[.!])?\n/[\n\t ]    printf("%c  Hail Big Brother!\"%s",Y0,yytext+1);
+[.,!?]\"([^\n\".!]+[.!])?\n/[\n\t ]    printf("%c  Hail Big Brother!\"%s",Y0,yytext+2);
 \"([.,!?][^\n\".!]+[.!])?\n/[\n\t ]    printf("%c  Hail Big Brother!\"%s",Y1,yytext+2);
 
 .                      printf(yytext);
This page took 0.009227 seconds and 4 git commands to generate.