From 6c4cd36cc5ced530a387327c4f6c576074424c6c Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Fri, 6 Sep 2002 18:13:10 +0000 Subject: introduce "const" fix some input plugins that would not copy the mrl on open CVS patchset: 2623 CVS date: 2002/09/06 18:13:10 --- src/xine-utils/xmlparser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/xine-utils/xmlparser.c') diff --git a/src/xine-utils/xmlparser.c b/src/xine-utils/xmlparser.c index 8324cac2a..3d32913bc 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.1 2002/05/01 19:41:55 guenter Exp $ + * $Id: xmlparser.c,v 1.2 2002/09/06 18:13:12 mroi Exp $ * */ @@ -125,7 +125,7 @@ int xml_parser_get_node(xml_node_t *current_node, char *root_name, int rec) { char property_name[TOKEN_SIZE]; char node_name[TOKEN_SIZE]; int state = 0; - int res; + int res = 0; int parse_res; int bypass_get_token = 0; xml_node_t *subtree = NULL; -- cgit v1.2.3