INTEGRATION: CWS hr50 (1.26.50); FILE MERGED
2008/04/10 13:45:22 hr 1.26.50.1: #i86574#: fix sprintf format warnings (gcc-4.2.3)
This commit is contained in:
parent
9c522154fa
commit
cbc6bbd8a3
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
*
|
||||
* $RCSfile: main.cxx,v $
|
||||
* $Revision: 1.27 $
|
||||
* $Revision: 1.28 $
|
||||
*
|
||||
* This file is part of OpenOffice.org.
|
||||
*
|
||||
|
@ -355,7 +355,7 @@ bool SendHTTPRequest(
|
|||
"SOAPAction: \"\"\r\n\r\n",
|
||||
pszServer,
|
||||
uPort,
|
||||
length
|
||||
(int)length
|
||||
);
|
||||
else
|
||||
sprintf( buffer,
|
||||
|
@ -363,7 +363,7 @@ bool SendHTTPRequest(
|
|||
"Content-Type: text/xml; charset=\"utf-8\"\r\n"
|
||||
"Content-Length: %d\r\n"
|
||||
"SOAPAction: \"\"\r\n\r\n",
|
||||
length
|
||||
(int)length
|
||||
);
|
||||
|
||||
if ( g_bDebugMode )
|
||||
|
|
Loading…
Reference in a new issue