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:
Michael Pfeiffer 2003-01-07 16:36:00 +00:00
parent cdef53218c
commit 0f36fca33f
1 changed files with 0 additions and 4 deletions

View File

@ -109,11 +109,7 @@ PrinterDriver::PrintJob
int32 page;
uint32 copy;
uint32 copies;
#if PATTERN_SUPPORT
const int32 passes = 2;
#else
const int32 passes = 1;
#endif
fJobFile = jobFile;
fPrinterNode = printerNode;