Kaydet (Commit) 0541ac34 authored tarafından Cédric Bosdonnat's avatar Cédric Bosdonnat

vcl: fixed debug build

üst f5aa9247
......@@ -296,9 +296,7 @@ struct GetPPDAttribs
)
{
#if OSL_DEBUG_LEVEL > 1
fprintf( stderr, "cupsGetPPD %s timed out\n",
(const sal_Char *) m_aParameter
);
fprintf( stderr, "cupsGetPPD %s timed out\n", m_aParameter.getStr() );
#endif
}
m_pSyncMutex->acquire();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment