X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/a8facdc09070ba9d01f67de1b08e2704ca34c440..34aa616d41ad3a1b099d094a98b82b3505c735ed:/popt/popthelp.c diff --git a/popt/popthelp.c b/popt/popthelp.c index 70560540..ba8d0243 100644 --- a/popt/popthelp.c +++ b/popt/popthelp.c @@ -10,7 +10,7 @@ #include "system.h" -#define POPT_WCHAR_HACK +/*#define POPT_WCHAR_HACK*/ #ifdef POPT_WCHAR_HACK #include /* for mbsrtowcs */ /*@access mbstate_t @*/ @@ -360,7 +360,7 @@ static void singleOptionHelp(FILE * fp, size_t maxLeftCol, /*@=boundswrite@*/ if (help) - fprintf(fp," %-*s ", maxLeftCol+displaypad, left); + fprintf(fp," %-*s ", (int)maxLeftCol+displaypad, left); else { fprintf(fp," %s\n", left); goto out;