You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by au...@apache.org on 2001/01/05 15:34:35 UTC

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

auriemma    01/01/05 06:34:35

  Modified:    c/src/TestXPath TestXPath.cpp
  Log:
  Changes for AIX.
  
  Revision  Changes    Path
  1.27      +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.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- TestXPath.cpp	2001/01/03 19:32:34	1.26
  +++ TestXPath.cpp	2001/01/05 14:34:35	1.27
  @@ -586,7 +586,7 @@
   						for (unsigned int i = 0; i < theLength; i++)
   						{
   							thePrintWriter.print(theResultList.item(i)->getNodeName());
  -							thePrintWriter.print(L" ");
  +							thePrintWriter.print(XALAN_STATIC_UCODE_STRING(" "));
   						}
   					}