]> git.pld-linux.org Git - packages/busybox.git/blobdiff - busybox-printf-gettext.patch
- up to 1.21.1
[packages/busybox.git] / busybox-printf-gettext.patch
index a566ff8811952d7a51fa3dfd312e3b3fc10f1bf8..ec29e13ebbb3f0c4105a4ee64bcacc546b8200c9 100644 (file)
 +
  int printf_main(int argc UNUSED_PARAM, char **argv)
  {
+       int conv_err;
        char *format;
        char **argv2;
 +      int opt;
 +      format = getmsg(nls_file, argv[optind++]);
  
        /* We must check that stdout is not closed.
-        * The reason for this is highly non-obvious.
 @@ -362,8 +486,8 @@
        if (!argv[1])
                bb_show_usage();
This page took 0.123606 seconds and 4 git commands to generate.