diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-12-02 22:37:08 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-12-02 22:37:08 +0000 |
commit | eb815a3ec844c500d85337abb114abe657727292 (patch) | |
tree | 17555962a2da35da29aa658c8b29c3b53762f6d2 | |
parent | 1b1d5d5babb3dbfd46f507bd2ac3c87cb7b68b92 (diff) | |
download | xine-lib-eb815a3ec844c500d85337abb114abe657727292.tar.gz xine-lib-eb815a3ec844c500d85337abb114abe657727292.tar.bz2 |
less noise with xmlparsing.
CVS patchset: 3416
CVS date: 2002/12/02 22:37:08
-rw-r--r-- | src/xine-utils/xmlparser.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-utils/xmlparser.c b/src/xine-utils/xmlparser.c index 3d32913bc..6514db3a2 100644 --- a/src/xine-utils/xmlparser.c +++ b/src/xine-utils/xmlparser.c @@ -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: xmlparser.c,v 1.2 2002/09/06 18:13:12 mroi Exp $ + * $Id: xmlparser.c,v 1.3 2002/12/02 22:37:08 f1rmb Exp $ * */ @@ -37,7 +37,7 @@ #define DATA_SIZE 4 * 1024 #define MAX_RECURSION 10 -#define LOG +/* #define LOG */ /* private global variables */ int xml_parser_mode; |