Cosmetics
This commit is contained in:
parent
3fddf3bd32
commit
7fa59d65db
2 changed files with 2 additions and 2 deletions
|
@ -214,7 +214,7 @@ public class BRouterView extends View
|
|||
assertDirectoryExists( "modes directory", modesDir, "modes.zip", version );
|
||||
assertDirectoryExists( "readmes directory", new File (basedir, "brouter/readmes"), "readmes.zip", version );
|
||||
|
||||
File inputDir = new File (basedir, "/import");
|
||||
File inputDir = new File (basedir, "brouter/import");
|
||||
assertDirectoryExists( "input directory", inputDir, null, version );
|
||||
|
||||
// new init is done move old files
|
||||
|
|
|
@ -132,7 +132,7 @@ public class DownloadService extends Service implements ProgressListener {
|
|||
|
||||
public void downloadFiles() {
|
||||
|
||||
// first check lookup table and prifles
|
||||
// first check lookup table and profiles
|
||||
String result = checkScripts();
|
||||
if ( result != null) {
|
||||
if (DEBUG) Log.d("BR", "error: " + result);
|
||||
|
|
Loading…
Reference in a new issue