]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
SEDERR_TMAMES and SEDERR_TMRMES are used only in sed1.c with 'eval->lnum' as an argument.
authorChristophe Jaillet <jailletc36@apache.org>
Thu, 20 Jan 2022 21:28:17 +0000 (21:28 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Thu, 20 Jan 2022 21:28:17 +0000 (21:28 +0000)
commitd600757e525e4db1e86aae0687060341b2decc45
treeecdf501ab57127acdcc20cfd4237a8c7fa7764b1
parent84aceb715b639cfda7e078b799baf6b0f18cf451
SEDERR_TMAMES and SEDERR_TMRMES are used only in sed1.c with 'eval->lnum' as an argument.

'eval' is of type 'struct sed_eval_s' and 'lnum' is an apr_int64_t.

So use APR_INT64_T_FMT format specifier to be more consistent.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1897271 13f79535-47bb-0310-9956-ffa450edef68
modules/filters/regexp.h