You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by am...@apache.org on 2004/05/05 17:36:14 UTC

cvs commit: xml-xerces/c/tools/NLS/Xlat Xlat_MsgCatalog.cpp

amassari    2004/05/05 08:36:14

  Modified:    c/tools/NLS/Xlat Xlat_MsgCatalog.cpp
  Log:
  The XercesMessages_xx.Msg file was created with a lowercase extension
  
  Revision  Changes    Path
  1.10      +4 -1      xml-xerces/c/tools/NLS/Xlat/Xlat_MsgCatalog.cpp
  
  Index: Xlat_MsgCatalog.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tools/NLS/Xlat/Xlat_MsgCatalog.cpp,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- Xlat_MsgCatalog.cpp	14 Apr 2003 08:41:00 -0000	1.9
  +++ Xlat_MsgCatalog.cpp	5 May 2004 15:36:14 -0000	1.10
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.10  2004/05/05 15:36:14  amassari
  + * The XercesMessages_xx.Msg file was created with a lowercase extension
  + *
    * Revision 1.9  2003/04/14 08:41:00  gareth
    * Xlat now works under linux - Big thanks to Neil Graham (I no longer have to find a windows box). Still slight problems working with glibc before 2.2.4 (If you mess up the parameters it seg faults due to handling of wprintf)
    *
  @@ -217,7 +220,7 @@
       XMLCh *tmpBuf = new XMLCh[bufSize + 1];
       tmpBuf[0] = 0;
       XMLCh *tmpXMLStr = XMLString::transcode("XercesMessages_");
  -    XMLCh *tmpXMLStr2 = XMLString::transcode(".msg");
  +    XMLCh *tmpXMLStr2 = XMLString::transcode(".Msg");
   
       XMLString::catString(tmpBuf, outPath);
       XMLString::catString(tmpBuf, tmpXMLStr );
  
  
  

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