Kaydet (Commit) a81d6052 authored tarafından Caolán McNamara's avatar Caolán McNamara

fix higher debug build

Change-Id: Ie077be51164f317b8572aea5327bdee06fd6bd49
üst 2f49c0bd
...@@ -742,7 +742,7 @@ bool CUPSManager::printJobs( const PendingJob& job, const std::vector< OString > ...@@ -742,7 +742,7 @@ bool CUPSManager::printJobs( const PendingJob& job, const std::vector< OString >
" option " << pOptions[n].name << "=" << pOptions[n].value); " option " << pOptions[n].name << "=" << pOptions[n].value);
#if OSL_DEBUG_LEVEL > 1 #if OSL_DEBUG_LEVEL > 1
OString aCmd( "cp " ); OString aCmd( "cp " );
aCmd = aCmd + it->second; aCmd = aCmd + files.front();
aCmd = aCmd + OString( " $HOME/cupsprint.ps" ); aCmd = aCmd + OString( " $HOME/cupsprint.ps" );
system( aCmd.getStr() ); system( aCmd.getStr() );
#endif #endif
......
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