diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-03-21 21:30:51 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-03-21 21:30:51 +0000 |
commit | 27686443c577d76538047f2d90ca987895a11bd2 (patch) | |
tree | 2f6029b4a804995b43b2efc21f1618732484b20d /src/xine-utils/monitor.c | |
parent | 7f53ed9651fc9d88f8a7d7364dd2088ce2f18a56 (diff) | |
download | xine-lib-27686443c577d76538047f2d90ca987895a11bd2.tar.gz xine-lib-27686443c577d76538047f2d90ca987895a11bd2.tar.bz2 |
verbose mutex - will this be usefull for debugging?
CVS patchset: 1609
CVS date: 2002/03/21 21:30:51
Diffstat (limited to 'src/xine-utils/monitor.c')
-rw-r--r-- | src/xine-utils/monitor.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xine-utils/monitor.c b/src/xine-utils/monitor.c index f780baa77..e1a6ab57d 100644 --- a/src/xine-utils/monitor.c +++ b/src/xine-utils/monitor.c @@ -1,7 +1,7 @@ /* - * Copyright (C) 2000-2001 the xine project + * Copyright (C) 2000-2002 the xine project * - * This file is part of xine, a unix video player. + * This file is part of xine, a free video player. * * xine is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: monitor.c,v 1.2 2001/11/17 14:26:39 f1rmb Exp $ + * $Id: monitor.c,v 1.3 2002/03/21 21:30:51 guenter Exp $ * * debug print and profiling functions - implementation * |