~ubuntu-branches/ubuntu/gutsy/foo2zjs/gutsy-updates

« back to all changes in this revision

Viewing changes to foo2zjs.c

  • Committer: Bazaar Package Importer
  • Author(s): Till Kamppeter
  • Date: 2007-01-11 11:30:36 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20070111113036-arqlfwx30o1kqm9h
Tags: 20061224-0ubuntu1
* New upstream release
* No repacking for DFSG needed any more, as foo2oak is removed upstream
* Created additional package (foo2zjs-ppds) with the PPD files

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
to 65536 bytes, add command line options, add color support for the
25
25
Minolta/QMS 2300DL, and other miscellaneous features.
26
26
 
27
 
You can contact the current author at mailto:rickr@mn.rr.com
 
27
You can contact the current author at mailto:rick.richardson@comcast.net
28
28
 
29
29
LICENSE
30
30
This program is free software; you can redistribute it and/or modify
55
55
 
56
56
*/
57
57
 
58
 
static char Version[] = "$Id: foo2zjs.c,v 1.75 2006/05/02 04:33:58 rick Exp $";
 
58
static char Version[] = "$Id: foo2zjs.c,v 1.77 2006/12/07 13:24:31 rick Exp $";
59
59
 
60
60
#include <stdio.h>
61
61
#include <stdlib.h>
1519
1519
        /*
1520
1520
         *  Manual Pause
1521
1521
         */
1522
 
        // load_tray2(stdout);
 
1522
        if (Model == MODEL_HP1020)
 
1523
            load_tray2(stdout);
1523
1524
 
1524
1525
        fseek(EvenPages, SeekMedia, 0L);
1525
1526
        media = be32(DMMEDIA_LETTERHEAD);