Skip to content

Commit

Permalink
Fix Linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBriza committed Mar 27, 2020
1 parent 53fc166 commit 62bc070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/linuxdrivemanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ void LinuxDrive::onReadyRead() {
if (!m_process)
return;

m_progress->setTo(data->size());
m_progress->setTo(m_image->size());
m_progress->setValue(0.0/0.0);

if (m_image->status() != ReleaseVariant::WRITE_VERIFYING && m_image->status() != ReleaseVariant::WRITING)
Expand Down

0 comments on commit 62bc070

Please sign in to comment.