/[rdesktop]/sourceforge.net/trunk/rdesktop/printer.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/printer.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 865 by stargo, Tue Mar 15 11:25:50 2005 UTC revision 874 by stargo, Sat Apr 2 17:32:38 2005 UTC
# Line 62  printer_enum_devices(uint32 * id, char * Line 62  printer_enum_devices(uint32 * id, char *
62                  }                  }
63    
64                  if (!pos2 || (*pos2 == (char) 0x00))                  if (!pos2 || (*pos2 == (char) 0x00))
65                          pprinter_data->driver = "HP LaserJet IIIP";     /* no printer driver supplied set default */                          pprinter_data->driver = "HP Color LaserJet 8500 PS";    /* no printer driver supplied set default */
66                  else                  else
67                  {                  {
68                          pprinter_data->driver = xmalloc(strlen(pos2) + 1);                          pprinter_data->driver = xmalloc(strlen(pos2) + 1);

Legend:
Removed from v.865  
changed lines
  Added in v.874

  ViewVC Help
Powered by ViewVC 1.1.26