Mailinglist Archive: zypp-commit (545 mails)

< Previous Next >
[zypp-commit] r8750 - in /trunk/sat-solver/tools: repo_patchxml.c repo_rpmmd.c
  • From: kkaempf@xxxxxxxxxxxxxxxx
  • Date: Fri, 15 Feb 2008 16:47:56 -0000
  • Message-id: <20080215164756.C721115D5E8@xxxxxxxxxxxxxxxx>
Author: kkaempf
Date: Fri Feb 15 17:47:56 2008
New Revision: 8750

URL: http://svn.opensuse.org/viewcvs/zypp?rev=8750&view=rev
Log:
find out who's who on parse error

Modified:
trunk/sat-solver/tools/repo_patchxml.c
trunk/sat-solver/tools/repo_rpmmd.c

Modified: trunk/sat-solver/tools/repo_patchxml.c
URL:
http://svn.opensuse.org/viewcvs/zypp/trunk/sat-solver/tools/repo_patchxml.c?rev=8750&r1=8749&r2=8750&view=diff
==============================================================================
--- trunk/sat-solver/tools/repo_patchxml.c (original)
+++ trunk/sat-solver/tools/repo_patchxml.c Fri Feb 15 17:47:56 2008
@@ -645,7 +645,7 @@
l = fread(buf, 1, sizeof(buf), fp);
if (XML_Parse(parser, buf, l, l == 0) == XML_STATUS_ERROR)
{
- fprintf(stderr, "%s at line %u\n",
XML_ErrorString(XML_GetErrorCode(parser)), (unsigned
int)XML_GetCurrentLineNumber(parser));
+ fprintf(stderr, "repo_patchxml: %s at line %u\n",
XML_ErrorString(XML_GetErrorCode(parser)), (unsigned
int)XML_GetCurrentLineNumber(parser));
exit(1);
}
if (l == 0)

Modified: trunk/sat-solver/tools/repo_rpmmd.c
URL:
http://svn.opensuse.org/viewcvs/zypp/trunk/sat-solver/tools/repo_rpmmd.c?rev=8750&r1=8749&r2=8750&view=diff
==============================================================================
--- trunk/sat-solver/tools/repo_rpmmd.c (original)
+++ trunk/sat-solver/tools/repo_rpmmd.c Fri Feb 15 17:47:56 2008
@@ -778,7 +778,7 @@
l = fread(buf, 1, sizeof(buf), fp);
if (XML_Parse(parser, buf, l, l == 0) == XML_STATUS_ERROR)
{
- fprintf(stderr, "%s at line %u\n",
XML_ErrorString(XML_GetErrorCode(parser)), (unsigned
int)XML_GetCurrentLineNumber(parser));
+ fprintf(stderr, "repo_rpmmd: %s at line %u\n",
XML_ErrorString(XML_GetErrorCode(parser)), (unsigned
int)XML_GetCurrentLineNumber(parser));
exit(1);
}
if (l == 0)

--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages