mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-28 18:20:35 +08:00
Merged master into linux
This commit is contained in:
@@ -389,8 +389,7 @@ MavlinkFTP::_workList(PayloadHeader* payload)
|
||||
#else
|
||||
case DT_DIR:
|
||||
#endif
|
||||
// XXX @DonLakeFlyer: Remove the first condition for the test setup
|
||||
if ((entry.d_name[0] == '.') || strcmp(entry.d_name, ".") == 0 || strcmp(entry.d_name, "..") == 0) {
|
||||
if (strcmp(entry.d_name, ".") == 0 || strcmp(entry.d_name, "..") == 0) {
|
||||
// Don't bother sending these back
|
||||
direntType = kDirentSkip;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user