Opened 18 years ago
Closed 18 years ago
#235 closed defect (fixed)
Crash in console application when invalid command line is given (thanks Roland Klabunde)
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | minor | Milestone: | release-0.5.10.4 |
Component: | applications | Version: | 0.5.10.3 |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
This is because when invalid command line is given, getopt() will return '?' (ASCII 63) character, which happens to be the option index for --play-file.
Thanks Roland Klabunde <roland.klabunde at freenet de>
Change History (1)
comment:1 Changed 18 years ago by bennylp
- Priority changed from normal to minor
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in r1205.