~ubuntu-branches/ubuntu/jaunty/avahi/jaunty-updates

« back to all changes in this revision

Viewing changes to avahi-daemon/static-services.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-02-28 18:14:07 UTC
  • mto: (4.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: james.westby@ubuntu.com-20060228181407-0rmr78846nrsbmzl
Tags: upstream-0.6.8
Import upstream version 0.6.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: static-services.c 918 2005-11-01 18:34:33Z sebest $ */
 
1
/* $Id: static-services.c 1162 2006-02-23 00:52:12Z lennart $ */
2
2
 
3
3
/***
4
4
  This file is part of avahi.
613
613
        }
614
614
 
615
615
        if (!XML_ParseBuffer(parser, n, n == 0)) {
616
 
            avahi_log_error("XML_ParseBuffer() failed at line %d: %s.\n", XML_GetCurrentLineNumber(parser), XML_ErrorString(XML_GetErrorCode(parser)));
 
616
            avahi_log_error("XML_ParseBuffer() failed at line %d: %s.\n", (int) XML_GetCurrentLineNumber(parser), XML_ErrorString(XML_GetErrorCode(parser)));
617
617
            goto finish;
618
618
        }
619
619