Summary: | Grammar download fails | ||
---|---|---|---|
Product: | [Applications] parley | Reporter: | Dimitris Kardarakos <dimkard> |
Component: | general | Assignee: | parley bug tracker <parley-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | minor | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/libkeduvocdocument/64b82e59632cbe389986279a15dc5e9ed89e4f1b | Version Fixed In: | |
Sentry Crash Report: |
Description
Dimitris Kardarakos
2016-01-06 17:29:44 UTC
Git commit 64b82e59632cbe389986279a15dc5e9ed89e4f1b by Andreas Cord-Landwehr. Committed on 13/01/2016 at 21:29. Pushed by cordlandwehr into branch 'master'. Fix download of remote URLs. By downloading to a temporary file, file_copy must set to overwrite the existing (temporary) file. Otherwise, it performs a safety abort. Since the temporary file is ensured to be just created and not contain any data, it can safely be overwritten. M +2 -2 keduvocdocument/keduvocdocument.cpp http://commits.kde.org/libkeduvocdocument/64b82e59632cbe389986279a15dc5e9ed89e4f1b |