https://bugs.documentfoundation.org/show_bug.cgi?id=172393

--- Comment #10 from BogdanB <[email protected]> ---
In this function:
void download_file(const OUString& rURL, size_t nFileSize, const OUString&
rHash, const OUString& aFileName)

it's a problem at this condition:

if (nSize != nFileSize)
    {
        SAL_WARN("desktop.updater", "File sizes don't match. File might be
corrupted.");
        throw invalid_size(nFileSize, nSize);
    }

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to