mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-21 11:16:16 +02:00
maint: syntax-check requires "char const *", not "const char *"
* gl/lib/mbsalign.c (mbs_align_pad): Adjust. * src/chroot.c (is_root): Adjust. * src/digest.c (main): Adjust. * src/relpath.c (buffer_or_output) Adjust. * src/ls.c (print_name_with_quoting, get_color_indicator): Adjust.
This commit is contained in:
@@ -83,7 +83,7 @@ wc_truncate (wchar_t *wc, size_t width)
|
||||
A pointer to the terminating NUL is returned. */
|
||||
|
||||
static char *
|
||||
mbs_align_pad (char *dest, const char *dest_end, size_t n_spaces)
|
||||
mbs_align_pad (char *dest, char const *dest_end, size_t n_spaces)
|
||||
{
|
||||
/* FIXME: Should we pad with "figure space" (\u2007)
|
||||
if non ascii data present? */
|
||||
|
||||
Reference in New Issue
Block a user