Changeset 3561:ca67f84bd04d in roaraudio


Ignore:
Timestamp:
02/27/10 17:03:21 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

reject a scale of zero

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/req.c

    r3542 r3561  
    801801 ROAR_DBG("req_on_set_vol(*): stream=%i", stream); 
    802802 
     803 if ( scale == 0 ) 
     804  return -1; 
     805 
    803806 // TODO: change this code. 
    804807 //       we should not directly change the stream object but use some stream_*()-func 
Note: See TracChangeset for help on using the changeset viewer.