summaryrefslogtreecommitdiff
path: root/sal/qa/osl/socket/osl_Socket2.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-03-21 14:24:22 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-03-21 14:24:22 +0000
commit85e08d8a91b3dca9195cb273c1d63b2743ca0bf2 (patch)
tree451868118688656b86081aa316aa0f2a247123aa /sal/qa/osl/socket/osl_Socket2.cxx
parent7dae480d3a9932bf22859e0999c9b9181d388666 (diff)
WaE: get %ld %d right for x86_64/x86
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 842c97c6f6e7..bee02b978f4c 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 %ld \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 %ld \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;