[hackers] Re: [scroll-vanilla][PATCH] Fix warning for too many arguments for format

From: Steve Ward <planet36_AT_gmail.com>
Date: Thu, 30 Apr 2020 07:33:35 -0400

On Thu, Apr 30, 2020 at 7:28 AM Steve Ward <planet36_AT_gmail.com> wrote:

> ---
> ptty.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/ptty.c b/ptty.c
> index c99c010..bbbb99f 100644
> --- a/ptty.c
> +++ b/ptty.c
> _AT__AT_ -130,7 +130,7 @@ main(int argc, char *argv[])
>
> /* handle cursor position request */
> if (strcmp("\033[6n", buf) == 0) {
> - dprintf(mfd, "\033[25;1R", 1, 1);
> + dprintf(mfd, "\033[25;1R");
> continue;
> }
>
> --
> 2.20.1
>
>
Sorry I forgot my directory wasn't named plain "scroll" and I used PWD.
Received on Thu Apr 30 2020 - 13:33:35 CEST

This archive was generated by hypermail 2.3.0 : Thu Apr 30 2020 - 17:36:33 CEST