[prev in list] [next in list] [prev in thread] [next in thread] 

List:       busybox
Subject:    Re: [git commit] vi: fix regex search compilation error
From:       Denys Vlasenko <vda.linux () googlemail ! com>
Date:       2021-07-14 14:23:45
Message-ID: CAK1hOcNkuLAbLeknHRWPpusUAzMsZVH5eaVt9NWk3WP37O6CaQ () mail ! gmail ! com
[Download RAW message or body]

Applied, thanks

On Tue, Jul 13, 2021 at 6:24 PM Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com> wrote:
>
> commit: https://git.busybox.net/busybox/commit/?id=e6f4145f2961bfd500214ef1fcf07543ffacb603
> branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master
>
> Building with FEATURE_VI_REGEX_SEARCH enabled fails.
>
> Signed-off-by: Ron Yorston <rmy@pobox.com>
> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
> ---
>  editors/vi.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/editors/vi.c b/editors/vi.c
> index 5c601c759..a4b958734 100644
> --- a/editors/vi.c
> +++ b/editors/vi.c
> @@ -2684,7 +2684,7 @@ static char *expand_args(char *args)
>  static char *strchr_backslash(const char *s, int c)
>  {
>         while (*s) {
> -               if (*s == c) {
> +               if (*s == c)
>                         return (char *)s;
>                 if (*s == '\\')
>                         if (*++s == '\0')
> _______________________________________________
> busybox-cvs mailing list
> busybox-cvs@busybox.net
> http://lists.busybox.net/mailman/listinfo/busybox-cvs
_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic