pepijnve / ditaa

A stripped down version of ditaa.
GNU Lesser General Public License v3.0
10 stars 3 forks source link

cmd argument parsing misses input file #5

Closed kromancer closed 7 years ago

kromancer commented 7 years ago

When exiting the while loop in CommandLineConverter.java line 140 the iterator is pointing already to the input file.

pepijnve commented 7 years ago

Thanks for the issue report. Fixed it right away.