This website requires JavaScript.
Explore
Help
Sign In
midfavila
/
sbase
Watch
1
Star
0
Fork
You've already forked sbase
0
Code
Issues
Pull Requests
Projects
Releases
1
Wiki
Activity
Break out on first match
Browse Source
master
sin
2014-11-20 17:02:48 +00:00
parent
a1844fae70
commit
fe48fbc4e1
1 changed files
with
1 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
1
grep.c
Unescape
Escape
View File
@ -222,6 +222,7 @@ grep(FILE *fp, const char *str)
break
;
}
match
=
Match
;
break
;
}
}
if
(
mode
=
=
'
c
'
)
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
midfavila/sbase
Title
Body
Create Issue