[Expat-checkins] expat/xmlwf xmlwf.c,1.58,1.59

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Fri May 17 10:22:04 2002


Update of /cvsroot/expat/expat/xmlwf
In directory usw-pr-cvs1:/tmp/cvs-serv14549/xmlwf

Modified Files:
	xmlwf.c 
Log Message:
Using "0" instead of "NULL" is insane, and leads to unmaintainable code.

Index: xmlwf.c
===================================================================
RCS file: /cvsroot/expat/expat/xmlwf/xmlwf.c,v
retrieving revision 1.58
retrieving revision 1.59
diff -C2 -d -r1.58 -r1.59
*** xmlwf.c	19 Apr 2002 21:41:54 -0000	1.58
--- xmlwf.c	17 May 2002 17:21:51 -0000	1.59
***************
*** 609,614 ****
  {
    int i, j;
!   const XML_Char *outputDir = 0;
!   const XML_Char *encoding = 0;
    unsigned processFlags = XML_MAP_FILE;
    int windowsCodePages = 0;
--- 609,614 ----
  {
    int i, j;
!   const XML_Char *outputDir = NULL;
!   const XML_Char *encoding = NULL;
    unsigned processFlags = XML_MAP_FILE;
    int windowsCodePages = 0;