gfx/src/ps/nsPostScriptObj.cpp - Revision 1.58

There were 1 changes made.
Legend
   Added lines
   Changed lines
   Removed lines

gfx/src/ps/nsPostScriptObj.cpp,1.58
.
Disk File
Skipping to line 284. 
         * - which means that if the ${MOZ_PRINTER_NAME} env var is not empty
.
         * - which means that if the ${MOZ_PRINTER_NAME} env var is not empty
         * the "-P" option of lpr will be set to the printer name.
.
         * the "-P" option of lpr will be set to the printer name.
         */
.
         */
        char *envvar;
.
        char *envvar;
        /* get printer name */
.
        /* get printer name */
        aSpec->GetPrinter(&buf);
.
        aSpec->GetPrinterName(&buf);
        
.
        
        /* do not set the ${MOZ_PRINTER_NAME} env var if we want the default 
.
        /* do not set the ${MOZ_PRINTER_NAME} env var if we want the default 
         * printer */
.
         * printer */
        if (buf)
.
        if (buf)
        {
.
        {