From 4f59cdb23d2407c302b31afd76b52260d44cec6e Mon Sep 17 00:00:00 2001 From: baldurk Date: Fri, 9 Feb 2018 09:08:11 +0000 Subject: [PATCH] Linux compile fix --- qrenderdoc/Windows/Dialogs/CrashDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qrenderdoc/Windows/Dialogs/CrashDialog.cpp b/qrenderdoc/Windows/Dialogs/CrashDialog.cpp index 68e7d2120..f49bc90b8 100644 --- a/qrenderdoc/Windows/Dialogs/CrashDialog.cpp +++ b/qrenderdoc/Windows/Dialogs/CrashDialog.cpp @@ -95,7 +95,7 @@ CrashDialog::CrashDialog(PersistantConfig &cfg, QVariantMap crashReportJSON, QWi cap->Shutdown(); - if(capInfo.size() > 2250ULL * 1024ULL * 1024ULL) + if(capInfo.size() > 2250LL * 1024LL * 1024LL) { // capture is too large to upload :( ui->captureFilename->setText(