summaryrefslogtreecommitdiff
path: root/sal/qa/osl/socket/osl_Socket2.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-01-24 10:19:42 +0100
committerThomas Arnhold <thomas@arnhold.org>2012-01-24 10:21:13 +0100
commit04b8bac4a9e8e251ca61c4373beb0f1df76b2d54 (patch)
tree4afb026cd621541c8c7aa17a2410bedba338a09a /sal/qa/osl/socket/osl_Socket2.cxx
parent6b58e58dc71f5371829e54fdddd5ca1b69c80aff (diff)
finalize gcc 4.7 string literal operators
Diffstat (limited to 'sal/qa/osl/socket/osl_Socket2.cxx')
-rw-r--r--sal/qa/osl/socket/osl_Socket2.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sal/qa/osl/socket/osl_Socket2.cxx b/sal/qa/osl/socket/osl_Socket2.cxx
index 10e1c4b5ecdf..ba2c1d6294fc 100644
--- a/sal/qa/osl/socket/osl_Socket2.cxx
+++ b/sal/qa/osl/socket/osl_Socket2.cxx
@@ -1107,7 +1107,7 @@ namespace osl_Socket
// on Linux, the value of option is 1, on Solaris, it's 16, but it's not important the exact value,
// just judge it is zero or not!
sal_Bool bOK = ( 0 != *pGetBuffer );
- t_print("#setOption_001: getOption is %"SAL_PRIdINT32" \n", *pGetBuffer);
+ t_print("#setOption_001: getOption is %" SAL_PRIdINT32 " \n", *pGetBuffer);
// toggle check, set to 0
*pbDontRouteSet = 0;
@@ -1119,7 +1119,7 @@ namespace osl_Socket
sal_Bool bOK2 = ( 0 == *pGetBuffer );
- t_print("#setOption_001: getOption is %"SAL_PRIdINT32" \n", *pGetBuffer);
+ t_print("#setOption_001: getOption is %" SAL_PRIdINT32 " \n", *pGetBuffer);
// LLA: sal_Bool * pbDontTouteSet = ( sal_Bool * )malloc( sizeof ( sal_Bool ) );
// LLA: *pbDontTouteSet = sal_True;