|
From: <bar...@t-...> - 2003-06-09 21:37:28
|
hallo daniel, > +#define XINE_VERBOSITY_NONE 0x000000 > +#define XINE_VERBOSITY_LOG 0x000001 > +#define XINE_VERBOSITY_DEBUG 0x000002 [...] > + if((xine)->verbosity & verbose) \ i think this is a small mistake - verbosity is not a bit vector but a simple integer number (measuring the level of verbosity) besides that it looks fine to me guenter -- "There are some micro-organisms that exhibit characteristics of both plants and animals. When exposed to light they undergo photosynthesis; and when the lights go out, they turn into animals. But then again, don't we all?" |