vcl/unx/generic/printer/cupsmgr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a81d60527bfe09bc54e6eb2e1281344773db0152 Author: Caolán McNamara <caol...@redhat.com> Date: Tue Mar 17 20:24:05 2015 +0000 fix higher debug build Change-Id: Ie077be51164f317b8572aea5327bdee06fd6bd49 diff --git a/vcl/unx/generic/printer/cupsmgr.cxx b/vcl/unx/generic/printer/cupsmgr.cxx index 3ea62b0..beb2e1d 100644 --- a/vcl/unx/generic/printer/cupsmgr.cxx +++ b/vcl/unx/generic/printer/cupsmgr.cxx @@ -742,7 +742,7 @@ bool CUPSManager::printJobs( const PendingJob& job, const std::vector< OString > " option " << pOptions[n].name << "=" << pOptions[n].value); #if OSL_DEBUG_LEVEL > 1 OString aCmd( "cp " ); - aCmd = aCmd + it->second; + aCmd = aCmd + files.front(); aCmd = aCmd + OString( " $HOME/cupsprint.ps" ); system( aCmd.getStr() ); #endif
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits