summaryrefslogtreecommitdiffstats
path: root/src/storage/table_info.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/table_info.cpp')
-rw-r--r--src/storage/table_info.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage/table_info.cpp b/src/storage/table_info.cpp
index d79d7be..da240dc 100644
--- a/src/storage/table_info.cpp
+++ b/src/storage/table_info.cpp
@@ -158,7 +158,7 @@ bool SystemTableInfo::load(const char * filename) {
int index = 0;
char tablefile[256], sysfile[256], userfile[256], filetype[256];
while (!feof(input)) {
- num = fscanf(input, "%d %s %s %s %s\n",
+ num = fscanf(input, "%d %256s %256s %256s %256s\n",
&index, tablefile, sysfile, userfile, filetype);
if (5 != num)