[ooo-build-commit] .: patches/dev300

Muthu Subramanian sumuthu at kemper.freedesktop.org
Mon Oct 4 02:07:12 PDT 2010


 patches/dev300/buildfix-fmtargs.diff |   13 -------------
 1 file changed, 13 deletions(-)

New commits:
commit 803c1401545637aeadbe55aae08555ddb1dec279
Author: Muthu Subramanian K <sumuthu at novell.com>
Date:   Mon Oct 4 14:33:42 2010 +0530

    Patch apply fixes
    
    * patches/dev300/buildfix-fmtargs.diff

diff --git a/patches/dev300/buildfix-fmtargs.diff b/patches/dev300/buildfix-fmtargs.diff
index d5fb522..cc82992 100644
--- a/patches/dev300/buildfix-fmtargs.diff
+++ b/patches/dev300/buildfix-fmtargs.diff
@@ -103,19 +103,6 @@ index 0000000..5774e36
 +     if (!IsTypeValid(tagsig, typesig)) {
 +       sReport += icValidateNonCompliantMsg;
 +       sReport += buf;
-diff --git rsc/source/prj/start.cxx rsc/source/prj/start.cxx
-index ecdde6a..832f358 100644
---- rsc/source/prj/start.cxx
-+++ rsc/source/prj/start.cxx
-@@ -258,7 +258,7 @@ static BOOL CallRsc2( ByteString aRsc2Name,
- #ifdef OS2
-         fprintf( fRspFile, "%s\n", aSrsName.GetBuffer() );
- #else
--        fprintf( fRspFile, aSrsName.GetBuffer() );
-+        fprintf( fRspFile, "%s", aSrsName.GetBuffer() );
- #endif
- 
-         pString = pInputList->First();
 diff --git svtools/bmpmaker/bmp.cxx svtools/bmpmaker/bmp.cxx
 index b5de769..78c8c94 100644
 --- svtools/bmpmaker/bmp.cxx


More information about the ooo-build-commit mailing list