Opened 13 years ago
Closed 13 years ago
#3265 closed Bug (fixed)
-v --version command line option doesn't quit transmission
Reported by: | Longinus00 | Owned by: | Longinus00 |
---|---|---|---|
Priority: | Normal | Milestone: | 2.00 |
Component: | Qt Client | Version: | 1.93 |
Severity: | Normal | Keywords: | |
Cc: |
Description (last modified by charles)
Fixed in trunk for 2.00 by r10731.
Attachments (1)
Change History (5)
Changed 13 years ago by Longinus00
comment:1 Changed 13 years ago by Longinus00
- Owner changed from charles to Longinus00
comment:2 Changed 13 years ago by rb07
comment:3 Changed 13 years ago by charles
- Milestone changed from 2.10 to 2.00
d'oh, looks like we're picking up some Qt exit function when exit() is called in the trunk version. replacing exit(0) with ::exit(0) works.
The fix looks safe enough to me... I don't see any reason to wait until 2.10 for this ticket.
comment:4 Changed 13 years ago by charles
- Description modified (diff)
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Actually option -v is repeated twice:
My guess is that -V or --version was the intended use, but never implemented.