tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: gettext 0.16 vs 0.14.6



David Holland <dholland-pkgtech%netbsd.org@localhost> writes:

>    % cat foo.c
>    #include <stdio.h>
>    int main() {
>       printf("%3$d %2$d %1$d\n", 2, 4, 6);
>       return 0;
>    }
>    % gcc foo.c -o foo
>    % ./foo
>    6 4 2
>    % 

Thanks for pointing out that we should try it :-) Worked for me on
4_STABLE, current, and failed on 3_STABLE.


Home | Main Index | Thread Index | Old Index