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.
typeLetter
1 parent 61e1087 commit 5a955dfCopy full SHA for 5a955df
src/fread.c
@@ -214,7 +214,7 @@ static const char* strlim(const char *ch, size_t limit) {
214
return ptr;
215
}
216
217
-static char *typeLetter = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
+static const char *typeLetter = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
218
219
static char *typesAsString(int ncol) {
220
int nLetters = strlen(typeLetter);
0 commit comments