replace piForeach* to for(:)
another c++11 try ...
This commit is contained in:
@@ -544,7 +544,7 @@ bool PISerial::openDevice() {
|
||||
piForeachC (DeviceInfo & d, devs) {
|
||||
if (d.id() == pl) {
|
||||
p = d.path;
|
||||
piBreak;
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (p.isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user