diff options
Diffstat (limited to 'util-linux')
| -rw-r--r-- | util-linux/fdisk_gpt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/fdisk_gpt.c b/util-linux/fdisk_gpt.c index cdb90627d..dbe889f7c 100644 --- a/util-linux/fdisk_gpt.c +++ b/util-linux/fdisk_gpt.c | |||
| @@ -87,7 +87,7 @@ gpt_print_wide36(uint16_t *s) | |||
| 87 | } | 87 | } |
| 88 | wc[i] = 0; | 88 | wc[i] = 0; |
| 89 | if (wcstombs(buf, wc, sizeof(buf)) <= sizeof(buf)-1) | 89 | if (wcstombs(buf, wc, sizeof(buf)) <= sizeof(buf)-1) |
| 90 | fputs(printable_string(NULL, buf), stdout); | 90 | fputs(printable_string(buf), stdout); |
| 91 | #else | 91 | #else |
| 92 | char buf[37]; | 92 | char buf[37]; |
| 93 | int i = 0; | 93 | int i = 0; |
