Loading otafault/ota_io.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -189,8 +189,8 @@ int ota_fsync(int fd) { && FilenameCache[fd] == FaultFileName) { FaultFileName = ""; errno = EIO; return -1; have_eio_error = true; return -1; } else { int status = fsync(fd); if (status == -1 && errno == EIO) { Loading Loading
otafault/ota_io.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -189,8 +189,8 @@ int ota_fsync(int fd) { && FilenameCache[fd] == FaultFileName) { FaultFileName = ""; errno = EIO; return -1; have_eio_error = true; return -1; } else { int status = fsync(fd); if (status == -1 && errno == EIO) { Loading