mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-29 15:00:34 +08:00
systemcmds: convert c -> c++
This commit is contained in:
@@ -80,7 +80,7 @@ int test_mount(int argc, char *argv[])
|
||||
|
||||
if (d) {
|
||||
|
||||
while ((dir = readdir(d)) != NULL) {
|
||||
while ((dir = readdir(d)) != nullptr) {
|
||||
//printf("%s\n", dir->d_name);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user