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

Diff for /src/usr.bin/cmp/special.c between version 1.3 and 1.4

version 1.3, 1999/08/03 16:02:44 version 1.4, 2001/07/12 05:16:58
Line 83 
Line 83 
                 if (ch1 != ch2) {                  if (ch1 != ch2) {
                         if (lflag) {                          if (lflag) {
                                 dfound = 1;                                  dfound = 1;
                                 (void)printf("%6qd %3o %3o\n", byte, ch1, ch2);                                  (void)printf("%6lld %3o %3o\n", (long long)byte,
                                       ch1, ch2);
                         } else                          } else
                                 diffmsg(file1, file2, byte, line);                                  diffmsg(file1, file2, byte, line);
                                 /* NOTREACHED */                                  /* NOTREACHED */

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