[BACK]Return to utilities.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / telnet

Diff for /src/usr.bin/telnet/utilities.c between version 1.7 and 1.8

version 1.7, 2002/02/01 06:59:17 version 1.8, 2003/04/03 12:05:58
Line 107 
Line 107 
         fprintf(stderr, "Cannot open %s.\n", file);          fprintf(stderr, "Cannot open %s.\n", file);
     }      }
     NetTrace = stdout;      NetTrace = stdout;
     strcpy((char *)NetTraceFile, "(standard output)");      strlcpy((char *)NetTraceFile, "(standard output)", sizeof(NetTraceFile));
 }  }
   
     void      void

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