tls: reorder a few more cipher ids
[oweals/busybox.git] / util-linux / fdisk_gpt.c
index cdb90627daec785f9c2e13836bc5583a275bf5cd..dbe889f7c32681ef5efa7de0cf342df637661d17 100644 (file)
@@ -87,7 +87,7 @@ gpt_print_wide36(uint16_t *s)
        }
        wc[i] = 0;
        if (wcstombs(buf, wc, sizeof(buf)) <= sizeof(buf)-1)
-               fputs(printable_string(NULL, buf), stdout);
+               fputs(printable_string(buf), stdout);
 #else
        char buf[37];
        int i = 0;