]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(process_regexp): Store match length in regoff_t,
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 9 Sep 2005 21:08:19 +0000 (21:08 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 9 Sep 2005 21:08:19 +0000 (21:08 +0000)
commit1bd916412dc22ac7ef0e82d3e8be29e2430b947a
tree4b766bc8203896a99f4f1a55444bd7030affdb70
parent3301671de97cc01bd1d751c500157fd8a7bdb887
(process_regexp): Store match length in regoff_t,
not int.  Assume that negative return values less than -2
represent regoff_t overflow.
src/csplit.c