diff options
Diffstat (limited to 'misc-utils/lsblk.c')
| -rw-r--r-- | misc-utils/lsblk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc-utils/lsblk.c b/misc-utils/lsblk.c index 4a501eda09..100eba0779 100644 --- a/misc-utils/lsblk.c +++ b/misc-utils/lsblk.c @@ -820,7 +820,7 @@ static char *device_get_data( if (i + 1 < n) ul_buffer_append_data(&buf, "\n", 1); } - str = ul_buffer_get_data(&buf, NULL); + str = ul_buffer_get_data(&buf, NULL, NULL); break; } case COL_FSROOTS: @@ -838,7 +838,7 @@ static char *device_get_data( if (i + 1 < n) ul_buffer_append_data(&buf, "\n", 1); } - str = ul_buffer_get_data(&buf, NULL); + str = ul_buffer_get_data(&buf, NULL, NULL); break; } case COL_LABEL: |
