We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 899c077 commit 81aeb70Copy full SHA for 81aeb70
src/fread.c
@@ -2238,7 +2238,7 @@ int freadMain(freadMainArgs _args) {
2238
double tRead = 0, tReread = 0;
2239
double thRead = 0, thPush = 0; // reductions of timings within the parallel region
2240
int max_col = 0;
2241
- char *typeBumpMsg = NULL; size_t typeBumpMsgSize = 0;
+ char *typeBumpMsg = NULL; size_t typeBumpMsgSize = 0;
2242
int typeCounts[NUMTYPE]; // used for verbose output; needs populating after first read and before reread (if any) -- see later comment
2243
char internalErr[256] = ""; // must be compile time size: the message is generated and we can't free before STOP
2244
0 commit comments