ed: Don't match against line 0 in search()
regexec(3) happily matches /^$/ against the text of line zero (the null string), causing an error. Also update email address for Wolfgang Corcoran-Mathe
This commit is contained in:
parent
28129a87c4
commit
f5baf2630a
2
LICENSE
2
LICENSE
|
@ -58,6 +58,6 @@ Authors/contributors include:
|
||||||
© 2015 Tai Chi Minh Ralph Eastwood <tcmreastwood@gmail.com>
|
© 2015 Tai Chi Minh Ralph Eastwood <tcmreastwood@gmail.com>
|
||||||
© 2015 Quentin Rameau <quinq@quinq.eu.org>
|
© 2015 Quentin Rameau <quinq@quinq.eu.org>
|
||||||
© 2015 Dionysis Grigoropoulos <info@erethon.com>
|
© 2015 Dionysis Grigoropoulos <info@erethon.com>
|
||||||
© 2015 Wolfgang Corcoran-Mathe <first.lord.of.teal@gmail.com>
|
© 2015 Wolfgang Corcoran-Mathe <wcm@sigwinch.xyz>
|
||||||
© 2016 Mattias Andrée <maandree@kth.se>
|
© 2016 Mattias Andrée <maandree@kth.se>
|
||||||
© 2016 Eivind Uggedal <eivind@uggedal.com>
|
© 2016 Eivind Uggedal <eivind@uggedal.com>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user