diff options
-rw-r--r-- | text-utils/column.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/text-utils/column.c b/text-utils/column.c index 5eb0de1ae..d6a6385e3 100644 --- a/text-utils/column.c +++ b/text-utils/column.c @@ -452,7 +452,7 @@ static int read_input(struct column_control *ctl, FILE *fp) if (!str || !*str) continue; - wcs = mbs_to_wcs(str); + wcs = mbs_to_wcs(buf); if (!wcs) err(EXIT_FAILURE, _("read failed")); |