bugfix in main: without arguments, code would crash due to access of argv[1]
This bug was introduced because of the huge changes in the command line parsing. Changed the beginning if (argv >= 1) to >1 and put element db and configpath/name scan into else statement.
(No files)
Note:
See TracChangeset
for help on using the changeset viewer.