Opened 11 years ago
Closed 11 years ago
#250 closed defect (invalid)
Correct return value of muroar_setvolume()
Reported by: | ph3-der-loewe | Owned by: | |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | µRoar | Version: | current |
Keywords: | Cc: | ||
Architecture: | Compiler: | ||
Difficulty: | very easy | Kernel: | |
Operating System: | Parent Tickets: | ||
Patch attached: | no | Protocol: | RoarAudio |
Sound driver: | Topic: | Bug Fix |
Description
muroar_setvolume() currently returns -1 on success.
Subtickets
Change History (1)
comment:1 Changed 11 years ago by ph3-der-loewe
- Resolution set to invalid
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
This ticket is a 'false positive'. The return value is set correctly (needed a small code review to find). The good path returns zero within the loops.