Skip to content

Commit bf8503a

Browse files
committed
256 is probably better
1 parent 7318cc4 commit bf8503a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fread.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2530,7 +2530,7 @@ int freadMain(freadMainArgs _args) {
25302530
// Can't print because we're likely not master. So accumulate message and print afterwards.
25312531
if (thisType < joldType) { // thisType<0 (type-exception)
25322532
if (verbose) {
2533-
char buffer[250];
2533+
char buffer[256];
25342534
int len = snprintf(buffer, sizeof(buffer),
25352535
_("Column %d%s%.*s%s bumped from '%s' to '%s' due to <<%.*s>> on row %"PRId64"\n"),
25362536
j+1, colNames?" <<":"", colNames?(colNames[j].len):0, colNames?(colNamesAnchor+colNames[j].off):"", colNames?">>":"",

0 commit comments

Comments
 (0)