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

Diff for /src/usr.bin/tcopy/Attic/tcopy.c between version 1.2 and 1.3

version 1.2, 1996/06/26 05:40:29 version 1.3, 1997/01/15 23:43:19
Line 89 
Line 89 
         char *buff, *inf;          char *buff, *inf;
   
         guesslen = 1;          guesslen = 1;
         while ((ch = getopt(argc, argv, "cs:vx")) != EOF)          while ((ch = getopt(argc, argv, "cs:vx")) != -1)
                 switch((char)ch) {                  switch((char)ch) {
                 case 'c':                  case 'c':
                         op = COPYVERIFY;                          op = COPYVERIFY;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3