Merge branch 'abrensch:master' into master
This commit is contained in:
commit
f59eb0de1e
13 changed files with 440 additions and 89 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue