[PATCH] bc Version 1.1

Denys Vlasenko vda.linux at googlemail.com
Fri Nov 30 21:34:29 UTC 2018


On Sat, Nov 3, 2018 at 6:17 PM Gavin Howard <gavin.d.howard at gmail.com> wrote:
>
> Hello,
>
> After making changes to the bc for Denys' requests, I have a better
> version of the bc.
>
> This version, pasted at https://pastebin.com/0M9sMhtM and raw at
> https://pastebin.com/raw/0M9sMhtM, has fulfilled every one of Denys'
> requests except for a few.

static void bc_vm_info(const char *const help)
{
        printf("%s "BB_VER"\n", applet_name);
        fputs(bc_copyright, stdout);
        if (help) printf(help, applet_name);
}

In all callsites, help is NULL.


More information about the busybox mailing list