Skip to content

Commit 99b86cf

Browse files
ws3 (failed merge resolution)
1 parent ce9c19f commit 99b86cf

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
@@ -2524,7 +2524,7 @@ int freadMain(freadMainArgs _args) {
25242524
_("Column %d%s%.*s%s bumped from '%s' to '%s' due to <<%.*s>> on row %"PRId64"\n"),
25252525
j + 1, colNames ? " <<" : "", colNames ? (colNames[j].len) : 0, colNames ? (colNamesAnchor + colNames[j].off) : "", colNames ? ">>" : "",
25262526
typeName[IGNORE_BUMP(joldType)], typeName[IGNORE_BUMP(thisType)],
2527-
(int)(tch-fieldStart), fieldStart, (int64_t)(ctx.DTi + myNrow));
2527+
(int)(tch - fieldStart), fieldStart, (int64_t)(ctx.DTi + myNrow));
25282528

25292529
len = iminInt(len, sizeof(buffer));
25302530

0 commit comments

Comments
 (0)