Skip to content

Commit 0311b1b

Browse files
committed
Fix off_t ambiguity in Qt UI as well
1 parent cf8c7bc commit 0311b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt-ui/qt-updater.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ namespace appimage {
210210

211211
d->progressBar->setValue(int(progress * 100));
212212

213-
off_t fileSize;
213+
long long fileSize;
214214
if (d->updater->remoteFileSize(fileSize)) {
215215
double downloadedSize = progress * fileSize;
216216
std::stringstream ss;

0 commit comments

Comments
 (0)