/[rdesktop]/jpeg/rdesktop/trunk/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 /jpeg/rdesktop/trunk/printer.c

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

revision 864 by jsorg71, Sat Oct 2 01:30:33 2004 UTC revision 865 by stargo, Tue Mar 15 11:25:50 2005 UTC
# Line 25  printer_enum_devices(uint32 * id, char * Line 25  printer_enum_devices(uint32 * id, char *
25          int count = 0;          int count = 0;
26          int already = 0;          int already = 0;
27    
28          // we need to know how many printers we've already set up          /* we need to know how many printers we've already set up
29          // supplied from other -r flags than this one.             supplied from other -r flags than this one. */
30          while (count < *id)          while (count < *id)
31          {          {
32                  if (g_rdpdr_device[count].device_type == DEVICE_TYPE_PRINTER)                  if (g_rdpdr_device[count].device_type == DEVICE_TYPE_PRINTER)

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

  ViewVC Help
Powered by ViewVC 1.1.26