胡斌

fix bug in linux

@@ -130,7 +130,7 @@ void concate_files(vector<string > merged_files) @@ -130,7 +130,7 @@ void concate_files(vector<string > merged_files)
130 130
131 for (int i = 0; i < merged_files.size(); i++) { 131 for (int i = 0; i < merged_files.size(); i++) {
132 strcat(buf, " "); 132 strcat(buf, " ");
133 - strcat(buf, merged_files[0].c_str()); 133 + strcat(buf, merged_files[i].c_str());
134 } 134 }
135 strcat(buf, ">"); 135 strcat(buf, ">");
136 #endif // WIN32 136 #endif // WIN32