Enabled pattern support.
Fixed bug in detection of destination of local link! git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2387 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -109,11 +109,7 @@ PrinterDriver::PrintJob
|
|||||||
int32 page;
|
int32 page;
|
||||||
uint32 copy;
|
uint32 copy;
|
||||||
uint32 copies;
|
uint32 copies;
|
||||||
#if PATTERN_SUPPORT
|
|
||||||
const int32 passes = 2;
|
const int32 passes = 2;
|
||||||
#else
|
|
||||||
const int32 passes = 1;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
fJobFile = jobFile;
|
fJobFile = jobFile;
|
||||||
fPrinterNode = printerNode;
|
fPrinterNode = printerNode;
|
||||||
|
|||||||
Reference in New Issue
Block a user