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 2001/05/14 02:59:09 UTC

cvs commit: xml-xalan/c/src/TestXPath TestXPath.cpp

dbertoni    01/05/13 17:59:09

  Modified:    c/src/TestXPath TestXPath.cpp
  Log:
  Fixed type of argv.
  
  Revision  Changes    Path
  1.30      +1 -1      xml-xalan/c/src/TestXPath/TestXPath.cpp
  
  Index: TestXPath.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/TestXPath/TestXPath.cpp,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- TestXPath.cpp	2001/01/25 17:11:22	1.29
  +++ TestXPath.cpp	2001/05/14 00:59:08	1.30
  @@ -1278,7 +1278,7 @@
   
   int
   main(int			/* argc */,
  -	 const char*	/* argv[] */)
  +	 const char*	/* argv */ [])
   {
   #if !defined (XALAN_NO_NAMESPACES)
   	using std::cout;
  
  
  

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