Skip to content

Commit

Permalink
fix bug: CompVector()
Browse files Browse the repository at this point in the history
  • Loading branch information
wydxry committed Jun 7, 2022
1 parent 1aeb394 commit 5997a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/src/ftpgetfiles4.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ bool CompVector()
}
}
// 如果没有找到,把记录放入vlistfile4
if (flag) {
if (!flag) {
vlistfile4.push_back(vlistfile2[i]);
}
}
Expand Down

0 comments on commit 5997a64

Please sign in to comment.