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.
2 parents 769c042 + ee44a22 commit f369be5Copy full SHA for f369be5
csv.h
@@ -63,7 +63,7 @@ namespace io{
63
return error_message_buffer;
64
}
65
66
- mutable char error_message_buffer[256];
+ mutable char error_message_buffer[512];
67
};
68
69
const int max_file_name_length = 255;
0 commit comments