Eric Blake <[EMAIL PROTECTED]> wrote:

> According to Jim Meyering on 6/3/2008 12:12 AM:
> |
> | * src/nice.c (program_name): Remove "const" in this one case,
> | to avoid the warning it introduced.
>
> Couldn't we instead use argv[0] instead of program_name in that instance,
> since it is still in scope and has the correct type?

Good point.
And argv is already being used in the vicinity, so that's
better all around.

Thanks.


_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to