fixed wrong argument parsing (array out of bounds)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>ch.psi</groupId>
|
||||
<artifactId>ch.psi.fda.fdaq</artifactId>
|
||||
<version>1.0.5</version>
|
||||
<version>1.0.6</version>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
||||
@@ -40,7 +40,7 @@ public class FdaqMain {
|
||||
System.exit(-1);
|
||||
}
|
||||
|
||||
File file = new File(args[1]);
|
||||
File file = new File(args[0]);
|
||||
|
||||
FdaqConfiguration configuration = new FdaqConfiguration();
|
||||
String config = System.getProperty(FDAQ_CONFIG);
|
||||
|
||||
Reference in New Issue
Block a user