Fix formatting for new files
This commit is contained in:
parent
41adc913bd
commit
cf487ee3ea
1 changed files with 1 additions and 1 deletions
|
@ -625,7 +625,7 @@ public class IndexBatchCreator {
|
|||
System.err.println("ERROR : file " + f.getName() + " exceeded 200 mb!!! Could not be uploaded.");
|
||||
return false; // restriction for google code
|
||||
}
|
||||
double originalLength = original.length() / MB;
|
||||
double originalLength = (double) original.length() / MB;
|
||||
if (!uploadToOsmandDownloads) {
|
||||
try {
|
||||
DownloaderIndexFromGoogleCode.deleteFileFromGoogleDownloads(f.getName(), token, pagegen, cookieHSID, cookieSID);
|
||||
|
|
Loading…
Reference in a new issue