| From: | "Douwe Kiela" <virtus@xxxxxxxxxx> |
| Date: | Fri, 12 Nov 2004 00:39:33 +0100 |
"Chris Pressey" <cpressey@xxxxxxxxxxxxxxxxxxxxxxx> schreef:
- if (!strcmp(*argv, "-l")) {
+ if (strcmp(*argv, "-l") == 0) {
Is this really required by style(9)? I didn't know that, just wondering ;-)