正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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 |
-
请 注册 或 登录 后发表评论