diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2015-03-05 22:32:50 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2015-03-05 22:32:50 +0000 |
commit | dfca4a76f1c5c2e0f0df60b058ef27c384f6c214 (patch) | |
tree | 42f6b579f7e2e952ff42c7557268ff33028fe858 /plugins/PluginUpdater/src/Utils.cpp | |
parent | 18a91339f2d9e1449887f5d993ab2f038ff56833 (diff) |
PluginUpdater:
-cosmetics
git-svn-id: http://svn.miranda-ng.org/main/trunk@12345 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PluginUpdater/src/Utils.cpp')
-rw-r--r-- | plugins/PluginUpdater/src/Utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PluginUpdater/src/Utils.cpp b/plugins/PluginUpdater/src/Utils.cpp index 18e0033ea8..e8c555df4f 100644 --- a/plugins/PluginUpdater/src/Utils.cpp +++ b/plugins/PluginUpdater/src/Utils.cpp @@ -372,7 +372,7 @@ bool DownloadFile(FILEURL *pFileURL, HANDLE &nlc) LONGLONG PeriodToMilliseconds(const int period, BYTE &periodMeasure)
{
- LONGLONG result = period * 1000;
+ LONGLONG result = period * 1000LL;
switch(periodMeasure) {
case 1:
// day
|