summaryrefslogtreecommitdiff
path: root/psprint
diff options
context:
space:
mode:
Diffstat (limited to 'psprint')
-rw-r--r--psprint/source/printer/printerinfomanager.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/psprint/source/printer/printerinfomanager.cxx b/psprint/source/printer/printerinfomanager.cxx
index 3579ccbe49ca..c4cfed08788c 100644
--- a/psprint/source/printer/printerinfomanager.cxx
+++ b/psprint/source/printer/printerinfomanager.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: printerinfomanager.cxx,v $
*
- * $Revision: 1.25 $
+ * $Revision: 1.26 $
*
- * last change: $Author: rt $ $Date: 2004-07-23 10:09:11 $
+ * last change: $Author: hr $ $Date: 2004-09-08 15:51:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1360,7 +1360,7 @@ void SystemQueueInfo::run()
#endif
{
aPrtQueueCmd += ByteString( " 2>/dev/null" );
- if( pPipe = popen( aPrtQueueCmd.GetBuffer(), "r" ) )
+ if( (pPipe = popen( aPrtQueueCmd.GetBuffer(), "r" )) )
{
while( fgets( pBuffer, 1024, pPipe ) )
aLines.push_back( ByteString( pBuffer ) );