/[rdesktop]/sourceforge.net/trunk/rdesktop/printercache.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/printercache.c

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

revision 597 by n-ki, Thu Jan 29 11:40:36 2004 UTC revision 598 by n-ki, Fri Feb 6 10:32:13 2004 UTC
# Line 79  printercache_load_blob(char *printer_nam Line 79  printercache_load_blob(char *printer_nam
79          if (printer_name == NULL)          if (printer_name == NULL)
80                  return 0;                  return 0;
81    
82            *data = NULL;
83    
84          home = getenv("HOME");          home = getenv("HOME");
85          if (home == NULL)          if (home == NULL)
86                  return 0;                  return 0;
# Line 160  printercache_process(STREAM s) Line 162  printercache_process(STREAM s)
162                          }                          }
163                          break;                          break;
164    
165                  /*case 1:*/                  /*case 1: */
166                          // TODO: I think this one just tells us what printer is on LPT? but why?                          // TODO: I think this one just tells us what printer is on LPT? but why?
167    
168                          //                          //

Legend:
Removed from v.597  
changed lines
  Added in v.598

  ViewVC Help
Powered by ViewVC 1.1.26