/[anubis]/anubis/src/net.c
ViewVC logotype

Diff of /anubis/src/net.c

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

revision 1.7 by gray, Mon Jun 2 10:24:16 2003 UTC revision 1.8 by polak, Thu Jun 5 21:14:59 2003 UTC
# Line 58  _debug_printer(int method, int output, u Line 58  _debug_printer(int method, int output, u
58                  debug_cache.output = output;                  debug_cache.output = output;
59                  debug_cache.newline = 0;                  debug_cache.newline = 0;
60                  debug_cache.count = 0;                  debug_cache.count = 0;
61                  fprintf(stderr, "%s %s", mode, output ? ">>>" : "<<<");                  fprintf(stderr, "%s %s ", mode, output ? ">>>" : "<<<");
62          }          }
63    
64          for (i = 0; i < nleft; i++, ptr++) {          for (i = 0; i < nleft; i++, ptr++) {
# Line 71  _debug_printer(int method, int output, u Line 71  _debug_printer(int method, int output, u
71                                  (unsigned long)debug_cache.count);                                  (unsigned long)debug_cache.count);
72                          debug_cache.count = 0;                          debug_cache.count = 0;
73                          if (i != nleft-1) {                          if (i != nleft-1) {
74                                  fprintf(stderr, "%s %s",                                  fprintf(stderr, "%s %s ",
75                                          mode, output ? ">>>" : "<<<");                                          mode, output ? ">>>" : "<<<");
76                                  debug_cache.newline = 0;                                  debug_cache.newline = 0;
77                          } else                          } else

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26