git-svn-id: svn://db.shs.com.ru/pip@255 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -583,7 +583,7 @@ void PISerial::applySettings() {
|
||||
tcflush(fd, TCIOFLUSH);
|
||||
setTimeouts();
|
||||
|
||||
if(tcsetattr(fd, TCSANOW, &PRIVATE->desc) < 0) {
|
||||
if (tcsetattr(fd, TCSANOW, &PRIVATE->desc) < 0) {
|
||||
piCoutObj << "Can`t set attributes for \"" << path() << "\"";
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user