DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20328>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20328

Bug in Xlat utility

           Summary: Bug in Xlat utility
           Product: Xerces-C++
           Version: 1.5
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Utilities
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Xlat doesnt create files XMLErrorCodes.hpp,XMLExceptMsgs.hpp and so on.

Bug: creating path for output files in xlat.cpp, l.594, function "swprintf"
was:
                 swprintf
                (
                    tmpFileBuf
                    , L"%s%s"
                    , gOutPath
                    , headerName
                );
should be:
                 swprintf
                (
                    tmpFileBuf
                    , L"%s\\%s"
                    , gOutPath
                    , headerName
                );
At least in Win32 it works (other platforms Xlat doesn't support)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to