Commit 564782ba authored by Wayne Davison's avatar Wayne Davison

Disable POPT_WCHAR_HACK for now.

parent 2dc7b8bd
......@@ -10,7 +10,7 @@
#include "system.h"
#define POPT_WCHAR_HACK
/*#define POPT_WCHAR_HACK*/
#ifdef POPT_WCHAR_HACK
#include <wchar.h> /* 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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment