mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-04 03:10:37 +08:00
Typo
This commit is contained in:
parent
684b8de236
commit
b2bf08697a
@ -306,7 +306,7 @@ GCodeSender::on_read(const boost::system::error_code& error,
|
||||
this->set_error_status(false);
|
||||
if (error) {
|
||||
#ifdef __APPLE__
|
||||
if (error.value() == 45 || ) {
|
||||
if (error.value() == 45) {
|
||||
// OS X bug: http://osdir.com/ml/lib.boost.asio.user/2008-08/msg00004.html
|
||||
this->do_read();
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user