You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2002/08/28 02:35:17 UTC

cvs commit: xml-xalan/c/Tests/C-API c-api.c

dbertoni    2002/08/27 17:35:17

  Modified:    c/Tests/C-API c-api.c
  Log:
  Fixed call to XalanTerminate().
  
  Revision  Changes    Path
  1.2       +1 -1      xml-xalan/c/Tests/C-API/c-api.c
  
  Index: c-api.c
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Tests/C-API/c-api.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- c-api.c	12 Apr 2002 06:49:31 -0000	1.1
  +++ c-api.c	28 Aug 2002 00:35:17 -0000	1.2
  @@ -92,7 +92,7 @@
   				XalanGetLastError(xalan));
   		}
   
  -		XalanTerminate();
  +		XalanTerminate(1);
   	}
   
   	return 0;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org