[Freeciv-Dev] (PR#12932) windows printf doesn't allow reordering argumen
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://bugs.freeciv.org/Ticket/Display.html?id=12932 >
> [cproc - Thu Feb 02 17:44:28 2006]:
>
> Here are some new patches:
>
> utf8-3a.diff:
>
> includes libutf8.h in any .c file that uses one of the replaced *printf
> functions + adds underscores to format/printf
>
> utf8-3b.diff:
>
> includes libutf8.h only in utility/support.c which seems to be the only
> place where argument reordering can actually happen in 2.0.7 + adds
> underscores to format/printf
>
> utf8-3c.diff:
>
> similar to patch b, but without adding underscores (for the case that
> this would introduce problems). With this patch libutf8.h gets included
> after *all*
> other header files have been included to avoid the compiler warnings.
>
>
Um, do all three of these fix the problem?
-jason
|
|