Opened 13 years ago
Closed 13 years ago
#40 closed defect (fixed)
Command line Daodan option parsing error
| Reported by: | Christian | Owned by: | Christian |
|---|---|---|---|
| Priority: | major | Component: | Daodan/Win |
| Keywords: | Cc: |
Description
Comparison in code is missing a second "=" ( if (var = 'x') instead of if (var == 'x') ) which makes commandline passing of options to Daodan impossible.
Note:
See TracTickets
for help on using tickets.

In 838: