We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4008e4 commit 2b517f9Copy full SHA for 2b517f9
msed.c
@@ -138,7 +138,7 @@ sed(char *file)
138
if (*s == ':')
139
*s = '|';
140
int rv;
141
- if ((rv = regcomp(&headerrx, headersel, REG_EXTENDED)) != 0) {
+ if ((rv = regcomp(&headerrx, headersel, REG_EXTENDED | REG_ICASE)) != 0) {
142
char buf[100];
143
regerror(rv, &headerrx, buf, sizeof buf);
144
fprintf(stderr, "msed: %s\n", buf);
0 commit comments