Merge branch 'abrensch:master' into master

This commit is contained in:
afischerdev 2021-06-24 12:34:38 +02:00 committed by GitHub
commit f59eb0de1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 440 additions and 89 deletions

View file

@ -687,7 +687,7 @@ float tx, ty;
// first check for a delta file
String md5 = Rd5DiffManager.getMD5( targetFile );
String surlDelta = surlBase + "diff/" + name.replace( ".rd5", "/" + md5 + ".rd5diff" );
String surlDelta = surlBase + "diff/" + name.replace( ".rd5", "/" + md5 + ".df5" );
URL urlDelta = new URL(surlDelta);